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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcreate.c950 uint8_t *encoded_m_buf; local
982 if ((encoded_m_buf = calloc(1, sz_encoded_m_buf)) == NULL) {
992 free(encoded_m_buf);
999 free(encoded_m_buf);
1018 free(encoded_m_buf);
1033 free(encoded_m_buf);
1040 encode_m_buf(unencoded_m_buf, cipherinfo.keysize + 1 + 2, pubkey, encoded_m_buf);
1045 if (!pgp_rsa_encrypt_mpi(encoded_m_buf, sz_encoded_m_buf, pubkey,
1048 free(encoded_m_buf);
1055 if (!pgp_elgamal_encrypt_mpi(encoded_m_buf, sz_encoded_m_bu
[all...]
H A Dcrypto.c198 pgp_rsa_encrypt_mpi(const uint8_t *encoded_m_buf, argument
212 n = pgp_rsa_public_encrypt(encmpibuf, encoded_m_buf,
235 pgp_elgamal_encrypt_mpi(const uint8_t *encoded_m_buf, argument
250 n = pgp_elgamal_public_encrypt(g_to_k, encmpibuf, encoded_m_buf,

Completed in 108 milliseconds