Home
last modified time | relevance | path

Searched refs:c2i_ibuf (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_int.c154 static size_t c2i_ibuf(unsigned char *b, int *pneg, in c2i_ibuf() function
293 r = c2i_ibuf(NULL, NULL, *pp, len); in ossl_c2i_ASN1_INTEGER()
309 c2i_ibuf(ret->data, &neg, *pp, len); in ossl_c2i_ASN1_INTEGER()
624 buflen = c2i_ibuf(NULL, NULL, *pp, len); in ossl_c2i_uint64_int()
631 (void)c2i_ibuf(buf, neg, *pp, len); in ossl_c2i_uint64_int()