Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dopenssl.c3602 X509_PUBKEY *xpubkey = NULL; in get_cert_chain() local
3611 xpubkey = X509_get_X509_PUBKEY(x); in get_cert_chain()
3612 if(xpubkey) { in get_cert_chain()
3613 X509_PUBKEY_get0_param(&pubkeyoid, NULL, NULL, NULL, xpubkey); in get_cert_chain()