Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pem/
Dpem_info.c172 if (xi->x_pkey != NULL) in STACK_OF()
182 xi->x_pkey=X509_PKEY_new(); in STACK_OF()
184 pp=&xi->x_pkey->dec_pkey; in STACK_OF()
193 if (xi->x_pkey != NULL) in STACK_OF()
203 xi->x_pkey=X509_PKEY_new(); in STACK_OF()
205 pp=&xi->x_pkey->dec_pkey; in STACK_OF()
214 if (xi->x_pkey != NULL) in STACK_OF()
224 xi->x_pkey=X509_PKEY_new(); in STACK_OF()
226 pp=&xi->x_pkey->dec_pkey; in STACK_OF()
285 (xi->x_pkey != NULL) || (xi->enc_data != NULL)) in STACK_OF()
[all …]
/external/boringssl/src/crypto/x509/
Dx_info.c82 ret->x_pkey=NULL; in X509_INFO_new()
92 if (x->x_pkey != NULL) X509_PKEY_free(x->x_pkey); in X509_INFO_free()
DCMakeLists.txt49 x_pkey.c
/external/boringssl/
Dsources.mk243 src/crypto/x509/x_pkey.c\
/external/boringssl/src/include/openssl/
Dx509.h467 X509_PKEY *x_pkey; member