Home
last modified time | relevance | path

Searched refs:key_id (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_cert.c100 int ret, suffix, key_id; in nxt_cert_bio() local
179 EVP_PKEY_asn1_get0_info(&key_id, NULL, NULL, NULL, NULL, ameth); in nxt_cert_bio()
183 key = d2i_PrivateKey(key_id, NULL, &data_copy, length); in nxt_cert_bio()