Home | History | Annotate | Download | only in rsa

Lines Matching refs:flen

35 	const unsigned char *from, int flen,
42 if (flen > emlen - 2 * SHA_DIGEST_LENGTH - 1)
62 emlen - flen - 2 * SHA_DIGEST_LENGTH - 1);
63 db[emlen - flen - SHA_DIGEST_LENGTH - 1] = 0x01;
64 memcpy(db + emlen - flen - SHA_DIGEST_LENGTH, from, (unsigned int) flen);
95 const unsigned char *from, int flen, int num,
110 lzero = num - flen;
120 flen = num; /* don't overflow the memcpy to padded_from */
135 memcpy(padded_from + lzero, from, flen);