Searched refs:NETPGP_BUFSIZ (Results 1 – 7 of 7) sorted by relevance
94 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()
167 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()
59 #define NETPGP_BUFSIZ 8192 macro
484 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()
575 uint8_t bn[NETPGP_BUFSIZ]; in pgp_keyid()
147 uint8_t buf[NETPGP_BUFSIZ]; in pgp_write_mpi()
312 uint8_t unarmoured[NETPGP_BUFSIZ];