HomeSort by: relevance | last modified time | path
    Searched refs:encoded_m_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
create.c 955 uint8_t *encoded_m_buf; local
987 if ((encoded_m_buf = calloc(1, sz_encoded_m_buf)) == NULL) {
997 free(encoded_m_buf);
1004 free(encoded_m_buf);
1023 free(encoded_m_buf);
1038 free(encoded_m_buf);
1045 encode_m_buf(unencoded_m_buf, cipherinfo.keysize + 1 + 2, pubkey, encoded_m_buf);
1050 if (!pgp_rsa_encrypt_mpi(encoded_m_buf, sz_encoded_m_buf, pubkey,
1053 free(encoded_m_buf);
1060 if (!pgp_elgamal_encrypt_mpi(encoded_m_buf, sz_encoded_m_buf, pubkey
    [all...]
crypto.c 198 pgp_rsa_encrypt_mpi(const uint8_t *encoded_m_buf,
212 n = pgp_rsa_public_encrypt(encmpibuf, encoded_m_buf,
235 pgp_elgamal_encrypt_mpi(const uint8_t *encoded_m_buf,
250 n = pgp_elgamal_public_encrypt(g_to_k, encmpibuf, encoded_m_buf,

Completed in 27 milliseconds