Searched refs:xpubkey (Results 1 – 1 of 1) sorted by relevance
3507 X509_PUBKEY *xpubkey = NULL; in get_cert_chain() local3516 xpubkey = X509_get_X509_PUBKEY(x); in get_cert_chain()3517 if(xpubkey) { in get_cert_chain()3518 X509_PUBKEY_get0_param(&pubkeyoid, NULL, NULL, NULL, xpubkey); in get_cert_chain()