Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/pem/
H A Dpem_x509.c71 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 Dpem_info.c136 d2i = (D2I_OF(void))d2i_X509; in STACK_OF()
/openbsd/lib/libcrypto/asn1/
H A Dx_x509.c264 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 Dssl_rsa.c138 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 Dssl_asn1.c330 if (d2i_X509(&s->peer_cert, &peer_cert_bytes, in d2i_SSL_SESSION()
H A Dtls13_client.c581 if ((cert = d2i_X509(NULL, &p, CBS_len(&cert_data))) == NULL) in tls13_server_certificate_recv()
H A Dtls13_server.c902 if ((cert = d2i_X509(NULL, &p, CBS_len(&cert_data))) == NULL) in tls13_client_certificate_recv()
H A Dssl_srvr.c2118 if ((cert = d2i_X509(NULL, &p, CBS_len(&cert_data))) == NULL) { in ssl3_get_client_certificate()
H A Dssl_clnt.c1131 if ((cert = d2i_X509(NULL, &p, CBS_len(&cert_data))) == NULL) { in ssl3_get_server_certificate()
/openbsd/lib/libcrypto/man/
H A DMakefile414 d2i_X509.3 \
/openbsd/lib/libcrypto/hidden/openssl/
H A Dx509.h369 LCRYPTO_USED(d2i_X509);
/openbsd/regress/lib/libcrypto/x509/
H A Dx509_asn1.c39 if ((*x = d2i_X509(NULL, &cpder, dersz)) == NULL) in x509_setup()
/openbsd/lib/libfido2/src/
H A Du2f.c79 if ((cert = d2i_X509(NULL, &end, (long)*len)) == NULL || end <= *buf || in x5c_get()
/openbsd/lib/libkeynote/
H A Dsignature.c505 d2i_X509(NULL, (const unsigned char **)&decoded, len)) == NULL) in kn_decode_key()
/openbsd/usr.sbin/rpki-client/
H A Dcert.c828 if ((x = d2i_X509(NULL, &der, len)) == NULL) { in cert_parse_pre()
/openbsd/lib/libcrypto/x509/
H A Dx509.h593 X509 *d2i_X509(X509 **a, const unsigned char **in, long len);
/openbsd/sbin/unwind/libunbound/util/
H A Dnet_help.c1345 X509 *cert1 = d2i_X509(NULL, in add_WIN_cacerts_to_openssl_store()
/openbsd/usr.sbin/unbound/util/
H A Dnet_help.c1345 X509 *cert1 = d2i_X509(NULL, in add_WIN_cacerts_to_openssl_store()
/openbsd/usr.bin/ssh/
H A Dssh-pkcs11.c981 if ((x509 = d2i_X509(NULL, &cp, cert_attr[2].ulValueLen)) == NULL) { in pkcs11_fetch_x509_pubkey()
/openbsd/lib/libcrypto/
H A DSymbols.list2985 d2i_X509
/openbsd/distrib/sets/lists/comp/
H A Dmi2437 ./usr/share/man/man3/d2i_X509.3