Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dopenssl.c3508 ASN1_OBJECT *pubkeyoid = NULL; in get_cert_chain() local
3518 X509_PUBKEY_get0_param(&pubkeyoid, NULL, NULL, NULL, xpubkey); in get_cert_chain()
3519 if(pubkeyoid) { in get_cert_chain()
3520 i2a_ASN1_OBJECT(mem, pubkeyoid); in get_cert_chain()