Home
last modified time | relevance | path

Searched refs:dec_pkey (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx_pkey.c97 if (x->dec_pkey != NULL)EVP_PKEY_free(x->dec_pkey); in X509_PKEY_free()
/external/boringssl/src/crypto/pem/
Dpem_info.c184 pp=&xi->x_pkey->dec_pkey; in STACK_OF()
205 pp=&xi->x_pkey->dec_pkey; in STACK_OF()
226 pp=&xi->x_pkey->dec_pkey; in STACK_OF()
382 xi->x_pkey->dec_pkey->pkey.rsa, in PEM_X509_INFO_write_bio()
/external/boringssl/src/include/openssl/
Dx509.h451 EVP_PKEY *dec_pkey; member