HomeSort by relevance Sort by last modified time
    Searched defs:nbyte (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pvkfmt.c 90 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r)
95 p = *in + nbyte - 1;
96 tmpbuf = OPENSSL_malloc(nbyte);
100 for (i = 0; i < nbyte; i++)
102 *r = BN_bin2bn(tmpbuf, nbyte, NULL);
106 *in += nbyte;
216 unsigned int nbyte, hnbyte; local
217 nbyte = (bitlen + 7) >> 3;
226 return 44 + 3 * nbyte;
231 return 64 + 2 * nbyte;
318 unsigned int nbyte; local
376 unsigned int nbyte, hnbyte; local
578 int nbyte, hnbyte, bitlen; local
613 int nbyte, hnbyte; local
631 int nbyte; local
    [all...]
  /external/openssl/crypto/pem/
pvkfmt.c 90 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r)
95 p = *in + nbyte - 1;
96 tmpbuf = OPENSSL_malloc(nbyte);
100 for (i = 0; i < nbyte; i++)
102 *r = BN_bin2bn(tmpbuf, nbyte, NULL);
106 *in += nbyte;
216 unsigned int nbyte, hnbyte; local
217 nbyte = (bitlen + 7) >> 3;
226 return 44 + 3 * nbyte;
231 return 64 + 2 * nbyte;
318 unsigned int nbyte; local
376 unsigned int nbyte, hnbyte; local
578 int nbyte, hnbyte, bitlen; local
613 int nbyte, hnbyte; local
631 int nbyte; local
    [all...]

Completed in 71 milliseconds