Searched defs:common_context (Results 1 – 1 of 1) sorted by relevance
49 struct common_context { struct50 enum AEAD_algorithm aead_alg;51 enum hkdf kdf;52 struct byte_array master_secret;53 struct byte_array master_salt; /*optional*/54 struct byte_array id_context; /*optional*/55 struct byte_array common_iv;56 uint8_t common_iv_buf[COMMON_IV_LEN];57 bool fresh_master_secret_salt;