Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_int.c148 static size_t c2i_ibuf(unsigned char *b, int *pneg, in c2i_ibuf() function
287 r = c2i_ibuf(NULL, NULL, *pp, len); in c2i_ASN1_INTEGER()
303 c2i_ibuf(ret->data, &neg, *pp, len); in c2i_ASN1_INTEGER()
611 buflen = c2i_ibuf(NULL, NULL, *pp, len); in c2i_uint64_int()
618 (void)c2i_ibuf(buf, neg, *pp, len); in c2i_uint64_int()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt78 ASN1_F_C2I_IBUF:226:c2i_ibuf