Searched refs:sz_plaintext (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dreader.c1596 size_t sz_plaintext; local
1641 sz_plaintext = (decrypted_region.length - sz_preamble) - sz_mdc;
1645 mdc = plaintext + sz_plaintext;
1649 hexdump(stderr, "plaintext", plaintext, sz_plaintext);
1653 (unsigned)sz_plaintext, hashed);
1668 if ((se_ip->plaintext = calloc(1, sz_plaintext)) == NULL) {
1673 memcpy(se_ip->plaintext, plaintext, sz_plaintext);
1674 se_ip->plaintext_available = sz_plaintext;
H A Dmisc.c732 \param sz_plaintext Size of plaintext
739 const unsigned sz_plaintext,
747 hexdump(stderr, "plaintext", plaintext, sz_plaintext);
760 hash.add(&hash, plaintext, sz_plaintext);
736 pgp_calc_mdc_hash(const uint8_t *preamble, const size_t sz_preamble, const uint8_t *plaintext, const unsigned sz_plaintext, uint8_t *hashed) argument

Completed in 108 milliseconds