Home | History | Annotate | Download | only in rsa

Lines Matching refs:flen

66 	     const unsigned char *from, int flen)
71 if (flen > (tlen-RSA_PKCS1_PADDING_SIZE))
83 j=tlen-3-flen;
87 memcpy(p,from,(unsigned int)flen);
92 const unsigned char *from, int flen, int num)
98 if ((num != (flen+1)) || (*(p++) != 01))
105 j=flen-1; /* one for type. */
144 const unsigned char *from, int flen)
149 if (flen > (tlen-11))
161 j=tlen-3-flen;
177 memcpy(p,from,(unsigned int)flen);
182 const unsigned char *from, int flen, int num)
188 if ((num != (flen+1)) || (*(p++) != 02))
198 j=flen-1; /* one for type. */