Searched refs:x_pkey (Results 1 – 6 of 6) sorted by relevance
163 if (xi->x_pkey != NULL) { in STACK_OF()174 xi->x_pkey = X509_PKEY_new(); in STACK_OF()175 if (xi->x_pkey == NULL) in STACK_OF()178 pp = &xi->x_pkey->dec_pkey; in STACK_OF()186 if (xi->x_pkey != NULL) { in STACK_OF()197 xi->x_pkey = X509_PKEY_new(); in STACK_OF()198 if (xi->x_pkey == NULL) in STACK_OF()201 pp = &xi->x_pkey->dec_pkey; in STACK_OF()209 if (xi->x_pkey != NULL) { in STACK_OF()220 xi->x_pkey = X509_PKEY_new(); in STACK_OF()[all …]
82 ret->x_pkey = NULL; in X509_INFO_new()110 if (x->x_pkey != NULL) in X509_INFO_free()111 X509_PKEY_free(x->x_pkey); in X509_INFO_free()
30 f_enum.c x_pkey.c a_bool.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c \43 f_enum.o x_pkey.o a_bool.o x_exten.o bio_asn1.o bio_ndef.o asn_mime.o \827 x_pkey.o: ../../e_os.h ../../include/openssl/asn1.h828 x_pkey.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio.h829 x_pkey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h830 x_pkey.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h831 x_pkey.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h832 x_pkey.o: ../../include/openssl/err.h ../../include/openssl/evp.h833 x_pkey.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h834 x_pkey.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h[all …]
58 x_name.c x_nx509.c x_pkey.c x_pubkey.c x_req.c x_sig.c x_spki.c \
499 X509_PKEY *x_pkey; member
225 - Fixed a few bugs problems in apps/req.c and crypto/asn1/x_pkey.c