Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:padded

3083 parameter indicates the length of the modulus in bits.  The padded data is stored in \textit{out} with a length of \textit{outlen} octets.  The output will not be 
3129 This accepts \textit{msg} as input of length \textit{msglen} which will be OAEP padded. The \textit{lparam} variable is an additional system specific
3137 The padded message is stored in \textit{out} along with the length in \textit{outlen}.
3142 Note that when the message is padded it still has not been RSA encrypted. You must pass the output of this function to
3296 Note: the output of this function is zero--padded as per PKCS \#1 specification. This allows this routine to work with PKCS \#1 padding functions properly.
6380 (zero padded to the size of the modulus)
6476 to the \textit{out} buffer. The output must be zero padded (leading bytes) so that the length of the output matches the length of the modulus (in bytes). For example,