Home
last modified time | relevance | path

Searched refs:recipient_public_key (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dec_crypto.rs64 recipient_public_key: &[u8], in agree_key()
68 let hkdf = hkdf_extract(recipient_public_key, &hkdf) in agree_key()
84 recipient_public_key: &[u8], in encrypt_message()
95 .agree_key(&salt, recipient_public_key, &sender_public_key, recipient_public_key) in encrypt_message()
111 let recipient_public_key = self.public_key()?; in decrypt_message() localVariable
113 .agree_key(salt, sender_public_key, sender_public_key, &recipient_public_key) in decrypt_message()