Searched refs:xpubkey (Results 1 – 1 of 1) sorted by relevance
3602 X509_PUBKEY *xpubkey = NULL; in get_cert_chain() local3611 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()