/openbsd/lib/libcrypto/pem/ |
H A D | pem_x509.c | 71 return PEM_ASN1_read((d2i_of_void *)d2i_X509, PEM_STRING_X509, fp, in PEM_read_X509() 87 return PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, bp, in PEM_read_bio_X509()
|
H A D | pem_info.c | 136 d2i = (D2I_OF(void))d2i_X509; in STACK_OF()
|
/openbsd/lib/libcrypto/asn1/ |
H A D | x_x509.c | 264 d2i_X509(X509 **a, const unsigned char **in, long len) in d2i_X509() function 269 LCRYPTO_ALIAS(d2i_X509); 338 ret = d2i_X509(NULL, pp, length); in d2i_X509_AUX()
|
/openbsd/lib/libssl/ |
H A D | ssl_rsa.c | 138 x = d2i_X509(NULL, &d, (long)len); in SSL_use_certificate_ASN1() 500 x = d2i_X509(NULL, &d, (long)len); in SSL_CTX_use_certificate_ASN1()
|
H A D | ssl_asn1.c | 330 if (d2i_X509(&s->peer_cert, &peer_cert_bytes, in d2i_SSL_SESSION()
|
H A D | tls13_client.c | 581 if ((cert = d2i_X509(NULL, &p, CBS_len(&cert_data))) == NULL) in tls13_server_certificate_recv()
|
H A D | tls13_server.c | 902 if ((cert = d2i_X509(NULL, &p, CBS_len(&cert_data))) == NULL) in tls13_client_certificate_recv()
|
H A D | ssl_srvr.c | 2118 if ((cert = d2i_X509(NULL, &p, CBS_len(&cert_data))) == NULL) { in ssl3_get_client_certificate()
|
H A D | ssl_clnt.c | 1131 if ((cert = d2i_X509(NULL, &p, CBS_len(&cert_data))) == NULL) { in ssl3_get_server_certificate()
|
/openbsd/lib/libcrypto/man/ |
H A D | Makefile | 414 d2i_X509.3 \
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | x509.h | 369 LCRYPTO_USED(d2i_X509);
|
/openbsd/regress/lib/libcrypto/x509/ |
H A D | x509_asn1.c | 39 if ((*x = d2i_X509(NULL, &cpder, dersz)) == NULL) in x509_setup()
|
/openbsd/lib/libfido2/src/ |
H A D | u2f.c | 79 if ((cert = d2i_X509(NULL, &end, (long)*len)) == NULL || end <= *buf || in x5c_get()
|
/openbsd/lib/libkeynote/ |
H A D | signature.c | 505 d2i_X509(NULL, (const unsigned char **)&decoded, len)) == NULL) in kn_decode_key()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | cert.c | 828 if ((x = d2i_X509(NULL, &der, len)) == NULL) { in cert_parse_pre()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509.h | 593 X509 *d2i_X509(X509 **a, const unsigned char **in, long len);
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | net_help.c | 1345 X509 *cert1 = d2i_X509(NULL, in add_WIN_cacerts_to_openssl_store()
|
/openbsd/usr.sbin/unbound/util/ |
H A D | net_help.c | 1345 X509 *cert1 = d2i_X509(NULL, in add_WIN_cacerts_to_openssl_store()
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-pkcs11.c | 981 if ((x509 = d2i_X509(NULL, &cp, cert_attr[2].ulValueLen)) == NULL) { in pkcs11_fetch_x509_pubkey()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 2985 d2i_X509
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 2437 ./usr/share/man/man3/d2i_X509.3
|