Home
last modified time | relevance | path

Searched refs:enc_algor (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
HDx_pkey.c77 if ((ret->enc_algor = X509_ALGOR_new()) == NULL) { in X509_PKEY_new()
96 X509_ALGOR_free(ret->enc_algor); in X509_PKEY_new()
114 if (x->enc_algor != NULL) in X509_PKEY_free()
115 X509_ALGOR_free(x->enc_algor); in X509_PKEY_free()
/dragonfly/crypto/libressl/include/openssl/
HDx509.h308 X509_ALGOR *enc_algor; member