Searched defs:iked_cipher (Results 1 – 1 of 1) sorted by relevance
322 struct iked_cipher { struct323 uint8_t encr_type; /* ENCR */324 uint16_t encr_id; /* IKE ENCR hash id */325 const void *encr_priv; /* Identifying the hash alg */326 void *encr_ctx; /* Context of the current invocation */327 int encr_fixedkey; /* Requires fixed key length */328 struct ibuf *encr_key; /* MAC key derived from key seed */329 struct ibuf *encr_iv; /* Initialization Vector */330 uint64_t encr_civ; /* Counter IV for GCM */331 size_t encr_ivlength; /* IV length */[all …]