Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_cert.c110 const EVP_PKEY_ASN1_METHOD *ameth; in nxt_cert_bio() local
172 ameth = EVP_PKEY_asn1_find_str(NULL, type, suffix); in nxt_cert_bio()
173 if (ameth == NULL) { in nxt_cert_bio()
179 EVP_PKEY_asn1_get0_info(&key_id, NULL, NULL, NULL, NULL, ameth); in nxt_cert_bio()