Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1388 SECItem secsig = {siBuffer, sigblock, sigblock_len}; in verify_canonrrset() local
1407 secsig.data ++; in verify_canonrrset()
1408 secsig.len --; in verify_canonrrset()
1410 SECItem* p = DSAU_DecodeDerSig(&secsig); in verify_canonrrset()
1417 if(SECITEM_CopyItem(pubkey->arena, &secsig, p)) { in verify_canonrrset()
1456 res = PK11_Verify(pubkey, &secsig, &sechash, NULL /*wincx*/); in verify_canonrrset()
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn152 id-secsig-sha-1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
53 oiw(14) secsig(3) algorithm(2) 26 }
55 id-secsig-sha-1WithRSAEncryption OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
56 oiw(14) secsig(3) algorithm(2) 29 }
/freebsd/crypto/openssl/providers/common/der/
H A DDIGESTS.asn113 secsig(3) algorithms(2) 26 }
H A DRSA.asn188 iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) mdc2WithRSASignature(14)