RSA Security Projection Television 5.2.2 Manual de usuario Pagina 198

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 376
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 197
Converting Data Between Binary and ASCII
176 RSA BSAFE Crypto-C Developers Guide
Step 5: Final
Finalize the decoding process, writing out any bytes remaining:
Step 6: Destroy
When you are done, remember to destroy all objects and free up any memory that has
been allocated:
if ((status = B_DecodeUpdate
(asciiDecoder, binaryDecoding, &binaryDecodingLenUpdate,
asciiEncodingLenTotal, asciiEncoding,
asciiEncodingLenTotal)) != 0)
break;
unsigned int binaryDecodingLenFinal;
if ((status = B_DecodeFinal
(asciiDecoder, binaryDecoding + binaryDecodingLenUpdate,
&binaryDecodingLenFinal,
asciiEncodingLenTotal - binaryDecodingLenUpdate)) != 0)
break;
B_DestroyAlgorithmObject (&asciiDecoder);
T_free (binaryDecoding);
Vista de pagina 197
1 2 ... 193 194 195 196 197 198 199 200 201 202 203 ... 375 376

Comentarios a estos manuales

Sin comentarios