Searched refs:sigtype (Results 1 – 3 of 3) sorted by relevance
175 int i, ret = 0, sigtype; in RSA_verify() local244 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()
3609 rbtdb_rdatatype_t sigtype; in find_closest_nsec() local3616 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() local3953 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() local5040 sigtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_rrsig, type); in cache_find()[all …]
160 typedef krb5_sigtype sigtype;