Searched refs:sigtype (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kdfs/ |
H A D | k5dfspag.c | 73 typedef sigtype (*handler)(); 81 typedef krb5_sigtype sigtype; typedef 141 static sigtype mysig() in mysig()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshsig.c | 310 char *got_namespace = NULL, *sigtype = NULL, *sig_hashalg = NULL; in sshsig_wrap_verify() local 368 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0) { in sshsig_wrap_verify() 373 if (match_pattern_list(sigtype, RSA_SIGN_ALLOWED, 0) != 1) { in sshsig_wrap_verify() 375 "signature algorithm %s", sigtype); in sshsig_wrap_verify() 394 free(sigtype); in sshsig_wrap_verify()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | rbtdb.c | 2561 dns_typepair_t negtype = 0, sigtype; in closeversion() 2596 sigtype = DNS_SIGTYPE(covers); in closeversion() 2626 if (topheader->type == sigtype) { in closeversion() 2645 (newheader->type == sigtype && in closeversion() 3801 rbtdb_rdatatype_t sigtype; find_closest_nsec() local 3996 rbtdb_rdatatype_t sigtype; zone_find() local 5003 rbtdb_rdatatype_t sigtype, negtype; cache_find() local 6225 rbtdb_rdatatype_t negtype, sigtype; add32() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | rbtdb.c | 3888 rbtdb_rdatatype_t sigtype; in find_closest_nsec() local 3895 sigtype = RBTDB_RDATATYPE_SIGNSEC3; in find_closest_nsec() 3899 sigtype = RBTDB_RDATATYPE_SIGNSEC; in find_closest_nsec() 3955 } else if (header->type == sigtype) { in find_closest_nsec() 4083 rbtdb_rdatatype_t sigtype; in zone_find() local 4248 sigtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_rrsig, type); in zone_find() 4355 sigtype = in zone_find() 4365 } else if (header->type == sigtype) { in zone_find() 5062 rbtdb_rdatatype_t sigtype, negtype; in cache_find() local 5144 sigtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_rrsig, type); in cache_find() [all …]
|