Searched refs:pgpv_digest_memory (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/ |
H A D | pgpsum.h | 33 int pgpv_digest_memory(uint8_t */*buf*/, size_t /*size*/, void */*memory*/, size_t /*cc*/, const ui…
|
H A D | pgpsum.c | 185 pgpv_digest_memory(uint8_t *data, size_t size, void *mem, size_t cc, const uint8_t *hashed, size_t … in pgpv_digest_memory() function
|
H A D | libverify.c | 2143 calclen = pgpv_digest_memory(calculated, sizeof(calculated), in match_sig() 2157 calclen = pgpv_digest_memory(calculated, sizeof(calculated), in match_sig()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | pgpsum.h | 38 int pgpv_digest_memory(uint8_t */*buf*/, size_t /*size*/, void */*memory*/, size_t /*cc*/, const ui…
|
H A D | pgpsum.c | 243 pgpv_digest_memory(uint8_t *data, size_t size, void *mem, size_t cc, const uint8_t *hashed, size_t … in pgpv_digest_memory() function
|
H A D | libverify.c | 2848 calclen = pgpv_digest_memory(calculated, sizeof(calculated), in match_sig() 2862 calclen = pgpv_digest_memory(calculated, sizeof(calculated), in match_sig()
|