Symbol: ASN1_item_d2i
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
476
params = (int_dhxparams *)ASN1_item_d2i(NULL, &p, params_der->length,
crypto/openssl/apps/asn1parse.c
301
ASN1_VALUE *value = ASN1_item_d2i(NULL, &p, length, it);
crypto/openssl/crypto/asn1/asn_pack.c
58
if ((ret = ASN1_item_d2i(NULL, &p, oct->length, it)) == NULL)
crypto/openssl/crypto/http/http_client.c
981
*pval = ASN1_item_d2i(NULL, &p, BIO_get_mem_data(rctx->mem, &p), it);
crypto/openssl/crypto/pkcs12/p12_decr.c
165
ret = ASN1_item_d2i(NULL, &p, outlen, it);
crypto/openssl/crypto/pkcs7/pk7_attr.c
53
ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
crypto/openssl/crypto/x509/v3_lib.c
147
return ASN1_item_d2i(NULL, &p, extlen, ASN1_ITEM_ptr(method->it));
crypto/openssl/crypto/x509/v3_prn.c
88
ext_str = ASN1_item_d2i(NULL, &p, extlen, ASN1_ITEM_ptr(method->it));
crypto/openssl/crypto/x509/x509_req.c
138
ASN1_item_d2i(NULL, &p, ext->value.sequence->length,
crypto/openssl/crypto/x509/x_ietfatt.c
66
ias = (OSSL_IETF_ATTR_SYNTAX *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/openssl/fuzz/asn1.c
312
ASN1_VALUE *o = ASN1_item_d2i(NULL, &b, len, i);
crypto/openssl/include/openssl/asn1.h
1026
ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in,
crypto/openssl/include/openssl/asn1t.h
815
return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname)); \
crypto/openssl/include/openssl/asn1t.h
832
return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, \
crypto/openssl/test/d2i_test.c
74
value = ASN1_item_d2i(NULL, &buf_ptr, len, item_type);