Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pem/
Dpem_info.c162 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 …]
/external/boringssl/src/crypto/x509/
Dx_info.c80 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()
DCMakeLists.txt49 x_pkey.c
/external/boringssl/
Dsources.mk197 src/crypto/x509/x_pkey.c\
Dsources.bp199 "src/crypto/x509/x_pkey.c",
/external/boringssl/src/include/openssl/
Dx509.h467 X509_PKEY *x_pkey; member