Home
last modified time | relevance | path

Searched refs:NETPGP_BUFSIZ (Results 1 – 7 of 7) sorted by relevance

/netbsd/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.c94 uint8_t encmpibuf[NETPGP_BUFSIZ]; in pgp_decrypt_decode_mpi()
95 uint8_t mpibuf[NETPGP_BUFSIZ]; in pgp_decrypt_decode_mpi()
96 uint8_t gkbuf[NETPGP_BUFSIZ]; in pgp_decrypt_decode_mpi()
204 uint8_t encmpibuf[NETPGP_BUFSIZ]; in pgp_rsa_encrypt_mpi()
241 uint8_t encmpibuf[NETPGP_BUFSIZ]; in pgp_elgamal_encrypt_mpi()
242 uint8_t g_to_k[NETPGP_BUFSIZ]; in pgp_elgamal_encrypt_mpi()
H A Dsignature.c167 uint8_t hashbuf[NETPGP_BUFSIZ]; in rsa_sign()
168 uint8_t sigbuf[NETPGP_BUFSIZ]; in rsa_sign()
233 uint8_t hashbuf[NETPGP_BUFSIZ]; in dsa_sign()
276 uint8_t hashbuf[NETPGP_BUFSIZ]; in ecdsa_sign()
330 uint8_t sigbuf[NETPGP_BUFSIZ]; in rsa_verify()
331 uint8_t hashbuf_from_sig[NETPGP_BUFSIZ]; in rsa_verify()
H A Dnetpgpdefs.h59 #define NETPGP_BUFSIZ 8192 macro
H A Dpacket-parse.c484 uint8_t buf[NETPGP_BUFSIZ]; in limskip()
487 unsigned n = length % NETPGP_BUFSIZ; in limskip()
649 uint8_t buf[NETPGP_BUFSIZ] = ""; in limread_mpi()
678 if (length > NETPGP_BUFSIZ) { in limread_mpi()
H A Dmisc.c575 uint8_t bn[NETPGP_BUFSIZ]; in pgp_keyid()
H A Dwriter.c147 uint8_t buf[NETPGP_BUFSIZ]; in pgp_write_mpi()
H A Dreader.c312 uint8_t unarmoured[NETPGP_BUFSIZ];