| /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
|
| /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=",
|
| x509.c | 152 { "fingerprint", OPT_FINGERPRINT, '-', "Print the certificate fingerprint" }, 349 int fingerprint = 0, reqfile = 0, checkend = 0; local 575 fingerprint = ++num; 1096 } else if (i == fingerprint) { 1119 BIO_printf(out, "%s Fingerprint=", fdigname);
|
| /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/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=",
|
| x509.c | 90 {"fingerprint", OPT_FINGERPRINT, '-', 91 "Print the certificate fingerprint"}, 174 int fingerprint = 0, reqfile = 0, checkend = 0; local 363 fingerprint = ++num; 773 } else if (fingerprint == i) { 786 BIO_printf(out, "%s Fingerprint=",
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.h | 128 pf_osfp_t fingerprint; member in struct:node_os
|
| /src/external/bsd/wpa/dist/src/common/ |
| 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/ |
| verify.h | 52 /* fingerprint */ 64 pgpv_fingerprint_t fingerprint; /* key fingerprint i.e. digest */ member in struct:pgpv_pubkey_t
|
| /src/external/bsd/wpa/dist/hs20/client/ |
| osu_client.c | 224 char *fingerprint; local 229 fingerprint = xml_node_get_text(ctx->xml, cert); 230 if (fingerprint == NULL) 232 if (hexstr2bin(fingerprint, digest1, SHA256_MAC_LEN) < 0) { 235 xml_node_get_text_free(ctx->xml, fingerprint); 238 xml_node_get_text_free(ctx->xml, fingerprint); 254 wpa_printf(MSG_INFO, "Client certificate from EST does not match fingerprint from PPS MO"); 255 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO"); 361 wpa_printf(MSG_INFO, "Downloaded certificate fingerprint did not match"); 362 write_result(ctx, "Downloaded certificate fingerprint did not match") [all...] |
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| types.h | 1472 SEMANTIC_ERROR(parser, "Wrong fingerprint size for type %s in %s", 1475 SEMANTIC_ERROR(parser, "Wrong fingerprint size for type %s in %s", 1499 const uint8_t *fingerprint = rdata->octets; local 1505 size_t fingerprint_size = (uintptr_t)rdata->octets - (uintptr_t)fingerprint; 1507 SEMANTIC_ERROR(parser, "Wrong fingerprint size for type %s in %s", 1510 SEMANTIC_ERROR(parser, "Wrong fingerprint size for type %s in %s", 3136 FIELD("fingerprint")
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| 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 */
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_rar.c | 232 uint64_t fingerprint; member in struct:rar_program_code 3555 prog->fingerprint = crc32(0, bytes, (unsigned int)length) | ((uint64_t)length << 32); 3888 if (filter->prog->fingerprint == 0x1D0E06077D) 3890 if (filter->prog->fingerprint == 0x35AD576887) 3892 if (filter->prog->fingerprint == 0x393CD7E57E) 3894 if (filter->prog->fingerprint == 0x951C2C5DC8) 3896 if (filter->prog->fingerprint == 0xD8BC85E701)
|
| /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...] |