HomeSort by: relevance | last modified time | path
    Searched defs:sigtype (Results 1 - 20 of 20) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/kdfs/
k5dfspag.c 73 typedef sigtype (*handler)();
81 typedef krb5_sigtype sigtype; typedef
141 static sigtype mysig()
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 498 char *sigtype = NULL; local
513 if (sshbuf_get_cstring(b, &sigtype, NULL) != 0) {
517 if ((hash_alg = rsa_hash_id_from_ident(sigtype)) == -1) {
572 free(sigtype);
ssh-rsa.c 498 char *sigtype = NULL; local
513 if (sshbuf_get_cstring(b, &sigtype, NULL) != 0) {
517 if ((hash_alg = rsa_hash_id_from_ident(sigtype)) == -1) {
572 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);
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 2058 char *sigtype = NULL; local
2064 if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0)
2068 *sigtypep = sigtype;
2069 sigtype = NULL;
2073 free(sigtype);
2131 char *sigtype = NULL; local
2138 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0)
2140 r = strcmp(expected_alg, sigtype) == 0;
2141 free(sigtype);
2244 char *sigtype = NULL local
    [all...]
sshkey.c 2058 char *sigtype = NULL; local
2064 if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0)
2068 *sigtypep = sigtype;
2069 sigtype = NULL;
2073 free(sigtype);
2131 char *sigtype = NULL; local
2138 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0)
2140 r = strcmp(expected_alg, sigtype) == 0;
2141 free(sigtype);
2244 char *sigtype = NULL local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
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) {
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) {
rbt-zonedb.c 800 dns_typepair_t sigtype; local
807 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec3);
811 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec);
867 } else if (header->type == sigtype) {
1000 dns_typepair_t sigtype; local
1154 sigtype = DNS_SIGTYPE(type);
1256 * use it, otherwise change sigtype
1262 sigtype = DNS_SIGTYPE(
1272 } else if (header->type == sigtype) {
rbt-zonedb.c 800 dns_typepair_t sigtype; local
807 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec3);
811 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec);
867 } else if (header->type == sigtype) {
1000 dns_typepair_t sigtype; local
1154 sigtype = DNS_SIGTYPE(type);
1256 * use it, otherwise change sigtype
1262 sigtype = DNS_SIGTYPE(
1272 } 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 &&
rbtdb.c 2555 dns_typepair_t negtype = 0, sigtype; local
2590 sigtype = DNS_SIGTYPE(covers);
2620 if (topheader->type == sigtype) {
2639 (newheader->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 &&
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 3068 dns_typepair_t sigtype = DNS_SIGTYPE(dns_rdatatype_nsec); local
3075 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec3);
3124 } else if (header->type == sigtype) {
3369 dns_typepair_t sigtype; local
3547 sigtype = DNS_SIGTYPE(type);
3641 * use it, otherwise change sigtype
3647 sigtype = DNS_SIGTYPE(
3657 } else if (header->type == sigtype) {
qpzone.c 3068 dns_typepair_t sigtype = DNS_SIGTYPE(dns_rdatatype_nsec); local
3075 sigtype = DNS_SIGTYPE(dns_rdatatype_nsec3);
3124 } else if (header->type == sigtype) {
3369 dns_typepair_t sigtype; local
3547 sigtype = DNS_SIGTYPE(type);
3641 * use it, otherwise change sigtype
3647 sigtype = DNS_SIGTYPE(
3657 } else if (header->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...]
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...]

Completed in 87 milliseconds