Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/rsa/
Drsa_sign.c175 int i, ret = 0, sigtype; in RSA_verify() local
244 sigtype = OBJ_obj2nid(sig->algor->algorithm); in RSA_verify()
248 fprintf(stderr, "in(%s) expect(%s)\n", OBJ_nid2ln(sigtype), in RSA_verify()
251 if (sigtype != dtype) { in RSA_verify()
253 (sigtype == NID_md5WithRSAEncryption)) || in RSA_verify()
255 (sigtype == NID_md2WithRSAEncryption))) { in RSA_verify()
/freebsd-9-stable/contrib/bind9/lib/dns/
Drbtdb.c3609 rbtdb_rdatatype_t sigtype; in find_closest_nsec() local
3616 sigtype = RBTDB_RDATATYPE_SIGNSEC3; in find_closest_nsec()
3620 sigtype = RBTDB_RDATATYPE_SIGNSEC; in find_closest_nsec()
3674 } else if (header->type == sigtype) { in find_closest_nsec()
3798 rbtdb_rdatatype_t sigtype; in zone_find() local
3953 sigtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_rrsig, type); in zone_find()
4056 sigtype = in zone_find()
4064 } else if (header->type == sigtype) { in zone_find()
4962 rbtdb_rdatatype_t sigtype, negtype; in cache_find() local
5040 sigtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_rrsig, type); in cache_find()
[all …]
/freebsd-9-stable/crypto/heimdal/packages/debian/patches/
D026_posix_max160 typedef krb5_sigtype sigtype;