Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/pem/
Dpem_info.c173 if ((xi->x_pkey->dec_pkey=EVP_PKEY_new()) == NULL) in STACK_OF()
175 xi->x_pkey->dec_pkey->type=EVP_PKEY_RSA; in STACK_OF()
176 pp=(char **)&(xi->x_pkey->dec_pkey->pkey.rsa); in STACK_OF()
197 if ((xi->x_pkey->dec_pkey=EVP_PKEY_new()) == NULL) in STACK_OF()
199 xi->x_pkey->dec_pkey->type=EVP_PKEY_DSA; in STACK_OF()
200 pp=(char **)&(xi->x_pkey->dec_pkey->pkey.dsa); in STACK_OF()
342 xi->x_pkey->dec_pkey->pkey.rsa, in PEM_X509_INFO_write_bio()
/mirbsd/src/lib/libssl/src/crypto/asn1/
Dx_pkey.c116 ret->dec_pkey=NULL; in X509_PKEY_new()
148 if (x->dec_pkey != NULL)EVP_PKEY_free(x->dec_pkey); in X509_PKEY_free()
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_engine_ext.c630 *pkey = xi->x_pkey->dec_pkey; in ssl_ext_mp_clientcert_cb()
649 *pkey = xi->x_pkey->dec_pkey; in ssl_ext_mp_clientcert_cb()
/mirbsd/src/lib/libssl/src/crypto/x509/
Dx509.h439 EVP_PKEY *dec_pkey; member