Searched refs:checkhash (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | packet-parse.c | 2366 free(key->checkhash); in pgp_seckey_free() 2406 pgp_hash_t checkhash; in parse_seckey() local 2639 pkt.u.seckey.checkhash = calloc(1, PGP_SHA1_HASH_SIZE); in parse_seckey() 2640 if (pkt.u.seckey.checkhash == NULL) { in parse_seckey() 2644 pgp_hash_sha1(&checkhash); in parse_seckey() 2645 pgp_reader_push_hash(stream, &checkhash); in parse_seckey() 2700 checkhash.finish(&checkhash, hash); in parse_seckey() 2708 if (!limread(pkt.u.seckey.checkhash, in parse_seckey() 2713 if (memcmp(hash, pkt.u.seckey.checkhash, in parse_seckey()
|
| H A D | packet.h | 565 uint8_t *checkhash; member
|
| H A D | writer.c | 1364 if ((sum->hashed = seckey->checkhash) == NULL) { in pgp_push_checksum_writer() 1365 sum->hashed = seckey->checkhash = calloc(1, hashsize); in pgp_push_checksum_writer()
|
| H A D | create.c | 471 if (!pgp_write(output, key->checkhash, PGP_CHECKHASH_SIZE)) { in write_seckey_body()
|
| H A D | keyring.c | 280 decrypt->seckey->checkhash = calloc(1, PGP_CHECKHASH_SIZE); in decrypt_cb()
|
| H A D | packet-print.c | 785 print_hexdump(0, "Checkhash", seckey->checkhash, in print_seckey_verbose()
|