| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 25-test_crl.t | 32 ok(compare1stline([qw{openssl crl -noout -fingerprint -in}, 34 'SHA1 Fingerprint=BA:F4:1B:AD:7A:9B:2F:09:16:BC:60:A7:0E:CE:79:2E:36:00:E7:B2')); 35 ok(compare1stline([qw{openssl crl -noout -fingerprint -sha256 -in}, 37 'SHA256 Fingerprint=B3:A9:FD:A7:2E:8C:3D:DF:D0:F1:C3:1A:96:60:B5:FD:B0:99:7C:7F:0E:E4:34:F5:DB:87:62:36:BC:F1:BC:1B'));
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 25-test_crl.t | 32 ok(compare1stline([qw{openssl crl -noout -fingerprint -in}, 34 'SHA1 Fingerprint=BA:F4:1B:AD:7A:9B:2F:09:16:BC:60:A7:0E:CE:79:2E:36:00:E7:B2')); 35 ok(compare1stline([qw{openssl crl -noout -fingerprint -sha256 -in}, 37 'SHA2-256 Fingerprint=B3:A9:FD:A7:2E:8C:3D:DF:D0:F1:C3:1A:96:60:B5:FD:B0:99:7C:7F:0E:E4:34:F5:DB:87:62:36:BC:F1:BC:1B'));
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 25-test_crl.t | 32 ok(compare1stline([qw{openssl crl -noout -fingerprint -in}, 34 'SHA1 Fingerprint=BA:F4:1B:AD:7A:9B:2F:09:16:BC:60:A7:0E:CE:79:2E:36:00:E7:B2')); 35 ok(compare1stline([qw{openssl crl -noout -fingerprint -sha256 -in}, 37 'SHA2-256 Fingerprint=B3:A9:FD:A7:2E:8C:3D:DF:D0:F1:C3:1A:96:60:B5:FD:B0:99:7C:7F:0E:E4:34:F5:DB:87:62:36:BC:F1:BC:1B'));
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| storeutl.c | 46 {"fingerprint", OPT_CRITERION_FINGERPRINT, 's', "Search by public key fingerprint, given in hex"}, 69 unsigned char *fingerprint = NULL; local 194 && fingerprint != NULL)) { 200 if (fingerprint != NULL) { 201 BIO_printf(bio_err, "%s: fingerprint already given.\n", 208 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen)) 211 "%s: can't parse fingerprint argument.\n", 279 fingerprint, 311 OPENSSL_free(fingerprint); [all...] |
| crl.c | 42 {"fingerprint", OPT_FINGERPRINT, '-', "Print the crl fingerprint"}, 78 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; local 162 fingerprint = ++num; 294 if (fingerprint == i) { 303 BIO_printf(bio_out, "%s Fingerprint=",
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_error.in | 57 fingerprint abcdef
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| storeutl.c | 51 {"fingerprint", OPT_CRITERION_FINGERPRINT, 's', "Search by public key fingerprint, given in hex"}, 83 unsigned char *fingerprint = NULL; local 203 && fingerprint != NULL)) { 209 if (fingerprint != NULL) { 210 BIO_printf(bio_err, "%s: fingerprint already given.\n", 217 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen)) 220 "%s: can't parse fingerprint argument.\n", 292 fingerprint, 325 OPENSSL_free(fingerprint); [all...] |
| crl.c | 58 {"fingerprint", OPT_FINGERPRINT, '-', "Print the crl fingerprint"}, 93 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; local 189 fingerprint = ++num; 347 if (fingerprint == i) { 356 BIO_printf(bio_out, "%s Fingerprint=",
|
| x509.c | 92 {"fingerprint", OPT_FINGERPRINT, '-', "Print the certificate fingerprint"}, 283 int fingerprint = 0, reqfile = 0, checkend = 0; local 497 fingerprint = ++num; 997 } else if (i == fingerprint) { 1019 BIO_printf(out, "%s Fingerprint=", fdigname);
|
| /src/sbin/veriexecctl/ |
| veriexecctl_parse.y | 66 | statement path type fingerprint flags eol { 129 fingerprint : STRING { label 135 err(1, "Cannot allocate memory for fingerprint"); 141 warnx("Bad fingerprint `%s' in line %zu", $1, line); 212 * not an integral number of bytes in the fingerprint.
|
| /src/usr.sbin/syslogd/ |
| tls.h | 121 * check_peer_cert() fills in subject and fingerprint from the peer cert 137 char *fingerprint; /* fingerprint of peer cert */ member in struct:tls_conn_settings
|
| tls.c | 305 "and fingerprint \"%s\"", SSLeay_version(SSLEAY_VERSION), 318 * get fingerprint of cert 339 * and to let the user use "openssl -fingerprint ..." 535 * check if certificate matches given fingerprint 538 match_fingerprint(const X509 *cert, const char *fingerprint) 547 cert, fingerprint); 548 if (!fingerprint) 553 q = fingerprint; 562 if (strncmp(certfingerprint, fingerprint, strlen(certfingerprint))) { 643 "from %s due to %s. Subject is \"%s\", fingerprint is [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| storeutl.c | 63 { "fingerprint", OPT_CRITERION_FINGERPRINT, 's', "Search by public key fingerprint, given in hex" }, 94 unsigned char *fingerprint = NULL; local 220 if (fingerprint != NULL) { 221 BIO_printf(bio_err, "%s: fingerprint already given.\n", 228 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen)) 231 "%s: can't parse fingerprint argument.\n", 300 fingerprint, 329 OPENSSL_free(fingerprint);
|
| crl.c | 81 { "fingerprint", OPT_FINGERPRINT, '-', "Print the crl fingerprint" }, 116 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; local 213 fingerprint = ++num; 369 if (fingerprint == i) { 378 BIO_printf(bio_out, "%s Fingerprint=",
|
| /src/external/bsd/wpa/dist/src/common/ |
| sae_pk.c | 371 os_memset(tmp->fingerprint, 0, sizeof(tmp->fingerprint)); 388 /* Construct Fingerprint from PasswordBase by prefixing with Sec zero 390 pos = &tmp->fingerprint[tmp->sec]; 413 tmp->fingerprint_bytes = pos - tmp->fingerprint; 414 wpa_hexdump_key(MSG_DEBUG, "SAE-PK: Fingerprint", 415 tmp->fingerprint, tmp->fingerprint_bytes); 715 "SAE-PK: No PW available for K_AP fingerprint check"); 719 /* Fingerprint = L(Hash(SSID || M || K_AP), 0, 8*Sec + 19*Lambda/4 - 5) 745 "SAE-PK: Not enough hash output bits for the fingerprint"); [all...] |
| sae.h | 74 u8 fingerprint[SAE_MAX_HASH_LEN]; member in struct:sae_temporary_data
|
| /src/external/bsd/unbound/dist/dnscrypt/ |
| dnscrypt.c | 621 * Helper function to convert a binary key into a printable fingerprint. 622 * \param[in] fingerprint the buffer in which to write the printable key. 626 dnsc_key_to_fingerprint(char fingerprint[80U], const uint8_t * const key) 634 snprintf(&fingerprint[fingerprint_pos], 641 fingerprint[fingerprint_pos + 4U] = ':'; 811 char fingerprint[80]; local 826 dnsc_key_to_fingerprint(fingerprint, current_keypair->crypt_publickey); 827 verbose(VERB_OPS, "Crypt public key fingerprint for %s: %s", head->str, fingerprint); 843 dnsc_key_to_fingerprint(fingerprint, [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| libverify.c | 431 /* calculate the fingerprint, RFC 4880, section 12.2 */ 433 pgpv_calc_fingerprint(pgpv_fingerprint_t *fingerprint, pgpv_pubkey_t *pubkey) 444 fingerprint->hashalg = digest_get_alg("sha1"); 445 digest_init(&fphash, (unsigned)fingerprint->hashalg); 451 fingerprint->len = digest_final(fingerprint->v, &fphash); 456 fingerprint->hashalg = digest_get_alg("md5"); 457 digest_init(&fphash, (unsigned)fingerprint->hashalg); 463 fingerprint->len = digest_final(fingerprint->v, &fphash) [all...] |
| verify.h | 52 /* fingerprint */ 64 pgpv_fingerprint_t fingerprint; /* key fingerprint i.e. digest */ member in struct:pgpv_pubkey_t
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| misc.c | 480 * \brief Calculate a public key fingerprint. 481 * \param fp Where to put the calculated fingerprint 482 * \param key The key for which the fingerprint is calculated 509 fp->length = hash.finish(&hash, fp->fingerprint); 511 hexdump(stderr, "v2/v3 fingerprint", fp->fingerprint, fp->length); 536 fp->length = hash.finish(&hash, fp->fingerprint); 538 hexdump(stderr, "md5 fingerprint", fp->fingerprint, fp->length); 552 fp->length = hash.finish(&hash, fp->fingerprint); [all...] |
| packet.h | 254 PGP_PTAG_SS_ISSUER_FINGERPRINT = 0x200 + 33, /* issuer fingerprint */ 688 uint8_t fingerprint[32]; /* max 32 */ member in struct:pgp_ss_issuer_fingerprint 734 uint8_t fingerprint[PGP_FINGERPRINT_SIZE]; member in struct:__anon1027 908 uint8_t fingerprint[PGP_FINGERPRINT_SIZE]; member in struct:__anon1043 992 pgp_fingerprint_t sigfingerprint; /* pgp signature fingerprint */ 995 pgp_fingerprint_t encfingerprint; /* pgp encryption id fingerprint */
|
| packet-print.c | 467 return pgp_asprintf(buf, "%s %d/%s %s %s %s\nKey fingerprint: %s\n%s", 474 strhexdump(fp, key->sigfingerprint.fingerprint, key->sigfingerprint.length, " "), 502 mj_append_field(keyjson, "fingerprint", "string", 503 strhexdump(fp, key->sigfingerprint.fingerprint, key->sigfingerprint.length, " "), -1); 620 strhexdump(fp, key->sigfingerprint.fingerprint, PGP_FINGERPRINT_SIZE, ""), 696 strhexdump(fp, key->sigfingerprint.fingerprint, PGP_FINGERPRINT_SIZE, ""), 1090 hexdump(stdout, "fingerprint", content->ss_revocation_key.fingerprint, 1104 print_hexdump(print->indent, "Issuer Fingerprint", 1105 content->ss_issuer_fingerprint.fingerprint, [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| libverify.c | 73 /* fingerprint */ 85 pgpv_fingerprint_t fingerprint; /* key fingerprint i.e. digest */ member in struct:pgpv_pubkey_t 798 /* calculate the fingerprint, RFC 4880, section 12.2 */ 800 pgpv_calc_fingerprint(pgpv_fingerprint_t *fingerprint, pgpv_pubkey_t *pubkey, const char *hashtype) 811 fingerprint->hashalg = digest_get_alg(hashtype); 812 digest_init(&fphash, (unsigned)fingerprint->hashalg); 818 fingerprint->len = digest_final(fingerprint->v, &fphash); 823 fingerprint->hashalg = digest_get_alg("md5") [all...] |
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.h | 128 pf_osfp_t fingerprint; member in struct:node_os
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshconnect.c | 623 confirm(const char *prompt, const char *fingerprint) 626 const char *again_fp = "Please type 'yes', 'no' or the fingerprint: "; 632 for (msg = prompt;;msg = fingerprint ? again_fp : again) { 640 else if (strcasecmp(p, "yes") == 0 || (fingerprint != NULL && 641 strcmp(p, fingerprint) == 0)) 1179 logit("Host key fingerprint is: %s\n%s", fp, ra); 1230 xextendf(&msg1, "\n", "%s key fingerprint is: %s", 1236 "%s host key fingerprint found in DNS.", 1248 "(yes/no/[fingerprint])? "); 1513 error_fr(r, "fingerprint host key") [all...] |