Searched refs:out_encrypt_key (Results 1 – 1 of 1) sorted by relevance
/system/authgraph/core/src/ |
D | keyexchange.rs | 201 let (in_encrypt_key, out_encrypt_key, hmac_key) = in init() 215 AesKey(out_encrypt_key.0), in init() 299 let (in_encrypt_key, out_encrypt_key, hmac_key) = in finish() 318 AesKey(out_encrypt_key.0), in finish() 403 out_encrypt_key: AesKey, in create_shared_key_arcs() 462 payload: arc::ArcPayload(out_encrypt_key.0.to_vec()), 777 let out_encrypt_key = hkdf.expand(&pseudo_rand_key, CONTEXT_KE_ENCRYPTION_KEY_2)?; localVariable 778 Ok((in_encrypt_key, out_encrypt_key, hmac_key)) 782 let out_encrypt_key = hkdf.expand(&pseudo_rand_key, CONTEXT_KE_ENCRYPTION_KEY_1)?; localVariable 783 Ok((in_encrypt_key, out_encrypt_key, hmac_key))
|