Searched refs:x_pkey (Results 1 – 6 of 6) sorted by relevance
162 if (xi->x_pkey != NULL) { in STACK_OF()173 xi->x_pkey = X509_PKEY_new(); in STACK_OF()175 pp = &xi->x_pkey->dec_pkey; in STACK_OF()182 if (xi->x_pkey != NULL) { in STACK_OF()193 xi->x_pkey = X509_PKEY_new(); in STACK_OF()195 pp = &xi->x_pkey->dec_pkey; in STACK_OF()202 if (xi->x_pkey != NULL) { in STACK_OF()213 xi->x_pkey = X509_PKEY_new(); in STACK_OF()215 pp = &xi->x_pkey->dec_pkey; in STACK_OF()267 (xi->x_pkey != NULL) || (xi->enc_data != NULL)) { in STACK_OF()[all …]
80 ret->x_pkey = NULL; in X509_INFO_new()93 if (x->x_pkey != NULL) in X509_INFO_free()94 X509_PKEY_free(x->x_pkey); in X509_INFO_free()
49 x_pkey.c
197 src/crypto/x509/x_pkey.c\
199 "src/crypto/x509/x_pkey.c",
467 X509_PKEY *x_pkey; member