Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:exported

343     printf("RSA exported key takes %d bytes\n", x);
2724 \textit{in} of length \textit{inlen} as the initial seed. You must pass the same seed length as was exported
2728 a state, emit (say) 8 bytes and then import the previously exported state the next 8 bytes will not
2801 int export_size; /* size in bytes of exported state */
3809 The ECC key pointed to by \textit{key} is exported in public fashion to the array pointed to by \textit{out}. The ANSI X9.63 format used is from
4158 To import an exported DSA key use the following function
5867 /** size in bytes of exported state */
5941 When an PRNG state is to be exported for future use you specify the space required in this variable.
5961 An exported PRNG state is data that the PRNG can later import to resume activity. They're not meant to resume \textit{the same session}