OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PGP_FINGERPRINT_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
packet.h
632
#define
PGP_FINGERPRINT_SIZE
20
734
uint8_t fingerprint[
PGP_FINGERPRINT_SIZE
];
908
uint8_t fingerprint[
PGP_FINGERPRINT_SIZE
];
packet-print.c
410
char fp[(
PGP_FINGERPRINT_SIZE
* 3) + 1];
490
char fp[(
PGP_FINGERPRINT_SIZE
* 3) + 1];
576
char fp[(
PGP_FINGERPRINT_SIZE
* 3) + 1];
620
strhexdump(fp, key->sigfingerprint.fingerprint,
PGP_FINGERPRINT_SIZE
, ""),
692
char fp[(
PGP_FINGERPRINT_SIZE
* 3) + 1];
696
strhexdump(fp, key->sigfingerprint.fingerprint,
PGP_FINGERPRINT_SIZE
, ""),
1091
PGP_FINGERPRINT_SIZE
);
packet-parse.c
1831
PGP_FINGERPRINT_SIZE
, &subregion, stream)) {
Completed in 32 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026