HomeSort by: relevance | last modified time | path
    Searched refs:asn1_get_uint64 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_int.c 213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) function
254 /* signed version of asn1_get_uint64 */
259 if (asn1_get_uint64(&r, b, blen) == 0)
383 return asn1_get_uint64(pr, a->data, a->length);
636 return asn1_get_uint64(ret, buf, buflen);
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_int.c 213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) function
254 /* signed version of asn1_get_uint64 */
259 if (asn1_get_uint64(&r, b, blen) == 0)
376 return asn1_get_uint64(pr, a->data, a->length);
632 return asn1_get_uint64(ret, buf, buflen);
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_int.c 207 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) function
248 /* signed version of asn1_get_uint64 */
253 if (asn1_get_uint64(&r, b, blen) == 0)
368 return asn1_get_uint64(pr, a->data, a->length);
619 return asn1_get_uint64(ret, buf, buflen);

Completed in 28 milliseconds