Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pem/
H A Dpem_info.c123 if (xi->x_pkey != NULL) { in STACK_OF()
141 xi->x_pkey = X509_PKEY_new(); in STACK_OF()
142 if (xi->x_pkey == NULL) in STACK_OF()
144 pp = &xi->x_pkey->dec_pkey; in STACK_OF()
193 (xi->x_pkey != NULL) || (xi->enc_data != NULL)) { in STACK_OF()
253 if (xi->x_pkey != NULL) { in PEM_X509_INFO_write_bio()
290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_info.c36 X509_PKEY_free(x->x_pkey); in X509_INFO_free()
H A Dbuild.info13 x_pkey.c bio_asn1.c bio_ndef.c asn_mime.c \
/freebsd/crypto/openssl/test/
H A Dx509_check_cert_pkey_test.c131 if (it->x_pkey != NULL) in test_PEM_X509_INFO_read_bio()
/freebsd/secure/lib/libcrypto/
H A DMakefile76 SRCS+= x_bignum.c x_info.c x_int64.c x_long.c x_pkey.c x_sig.c x_spki.c
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h382 X509_PKEY *x_pkey; member
H A Dx509.h.in212 X509_PKEY *x_pkey; member