HomeSort by: relevance | last modified time | path
    Searched defs:cipherinfo (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
create.c 853 create_unencoded_m_buf(pgp_pk_sesskey_t *sesskey, pgp_crypt_t *cipherinfo, uint8_t *m_buf)
863 for (i = 0; i < cipherinfo->keysize ; i++) {
869 m_buf + 1 + cipherinfo->keysize);
953 pgp_crypt_t cipherinfo; local
966 (void) memset(&cipherinfo, 0x0, sizeof(cipherinfo));
967 pgp_crypt_any(&cipherinfo,
969 unencoded_m_buf = calloc(1, cipherinfo.keysize + 1 + 2);
1030 pgp_random(sesskey->key, cipherinfo.keysize);
1034 cipherinfo.keysize + 1 + 2)
    [all...]

Completed in 20 milliseconds