Searched refs:p7signer (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/unbound/smallapp/ |
| H A D | unbound-anchor.c | 1684 get_valid_signers(PKCS7* p7, const char* p7signer) in STACK_OF() 1733 if(!p7signer || strcmp(p7signer, "")==0) { in STACK_OF() 1743 if(strcmp(buf, p7signer) != 0) { in STACK_OF() 1767 verify_p7sig(BIO* data, BIO* p7s, STACK_OF(X509)* trust, const char* p7signer) in verify_p7sig() argument 1822 validsigners = get_valid_signers(p7, p7signer); in verify_p7sig() 1933 STACK_OF(X509)* cert, const char* p7signer) in verify_and_update_anchor() argument 1938 if(!verify_p7sig(xml, p7s, cert, p7signer)) { in verify_and_update_anchor() 1963 const char* p7signer, const char* res_conf, const char* root_hints, in do_certupdate() argument 2003 verify_and_update_anchor(root_anchor_file, xml, p7s, cert, p7signer); in do_certupdate() 2270 const char* p7signer, const char* res_conf, const char* root_hints, in do_root_update_work() argument [all …]
|