| /src/crypto/external/bsd/heimdal/dist/lib/kdfs/ |
| k5dfspag.c | 73 typedef sigtype (*handler)(); 81 typedef krb5_sigtype sigtype; typedef 141 static sigtype mysig()
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-rsa.c | 499 char *sigtype = NULL; local 514 if (sshbuf_get_cstring(b, &sigtype, NULL) != 0) { 518 if ((hash_alg = rsa_hash_id_from_ident(sigtype)) == -1) { 573 free(sigtype);
|
| sshsig.c | 315 char *got_namespace = NULL, *sigtype = NULL, *sig_hashalg = NULL; local 373 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0) { 378 if (match_pattern_list(sigtype, RSA_SIGN_ALLOWED, 0) != 1) { 380 "signature algorithm %s", sigtype); 399 free(sigtype);
|
| sshkey.c | 2045 char *sigtype = NULL; local 2051 if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0) 2055 *sigtypep = sigtype; 2056 sigtype = NULL; 2060 free(sigtype); 2118 char *sigtype = NULL; local 2125 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0) 2127 r = strcmp(expected_alg, sigtype) == 0; 2128 free(sigtype); 2231 char *sigtype = NULL local [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| rbt-zonedb.c | 798 dns_typepair_t sigtype; local 805 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec3); 809 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec); 865 } else if (header->type == sigtype) { 998 dns_typepair_t sigtype; local 1152 sigtype = DNS_SIGTYPE(type); 1254 * use it, otherwise change sigtype 1260 sigtype = DNS_SIGTYPE( 1270 } else if (header->type == sigtype) {
|
| rbt-cachedb.c | 777 dns_typepair_t sigtype, negtype; local 864 sigtype = DNS_SIGTYPE(type); 917 sigtype = DNS_SIGTYPE( 921 } else if (header->type == sigtype) {
|
| qpcache.c | 1623 dns_typepair_t sigtype, negtype; local 1739 sigtype = DNS_SIGTYPE(type); 1792 sigtype = DNS_SIGTYPE( 1796 } else if (header->type == sigtype) { 2856 dns_typepair_t sigtype = DNS_SIGTYPE(covers); local 2886 if (topheader->type == sigtype) { 2905 (newheader->type == sigtype &&
|
| qpzone.c | 3004 dns_typepair_t sigtype = DNS_SIGTYPE(dns_rdatatype_nsec); local 3011 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec3); 3060 } else if (header->type == sigtype) { 3305 dns_typepair_t sigtype; local 3482 sigtype = DNS_SIGTYPE(type); 3576 * use it, otherwise change sigtype 3582 sigtype = DNS_SIGTYPE( 3592 } else if (header->type == sigtype) {
|
| rbtdb.c | 2555 dns_typepair_t negtype = 0, sigtype; local 2590 sigtype = DNS_SIGTYPE(covers); 2620 if (topheader->type == sigtype) { 2639 (newheader->type == sigtype &&
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 3888 rbtdb_rdatatype_t sigtype; local 3895 sigtype = RBTDB_RDATATYPE_SIGNSEC3; 3899 sigtype = RBTDB_RDATATYPE_SIGNSEC; 3955 } else if (header->type == sigtype) { 4083 rbtdb_rdatatype_t sigtype; local 4248 sigtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_rrsig, type); 4349 * use it, otherwise change sigtype 4355 sigtype = 4365 } else if (header->type == sigtype) { 5062 rbtdb_rdatatype_t sigtype, negtype local 6243 rbtdb_rdatatype_t negtype, sigtype; local [all...] |