HomeSort by relevance Sort by last modified time
    Searched refs:trans_algo_mac (Results 1 - 4 of 4) sorted by null

  /external/dropbear/
session.h 65 const struct dropbear_hash *trans_algo_mac; /* NULL for none */ member in struct:key_context
packet.c 420 macsize = ses.keys->trans_algo_mac->hashsize;
530 macsize = ses.keys->trans_algo_mac->hashsize;
534 find_hash(ses.keys->trans_algo_mac->hashdesc->name),
536 ses.keys->trans_algo_mac->keysize) != CRYPT_OK) {
common-kex.c 321 ses.newkeys->trans_algo_mac->keysize, &hs, mactransletter);
696 ses.newkeys->trans_algo_mac =
708 ses.newkeys->trans_algo_mac =
common-session.c 94 ses.keys->trans_algo_mac = &dropbear_nohash;

Completed in 44 milliseconds