Searched defs:update_aad (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/keymint/boringssl/src/ |
H A D | aes.rs | 163 fn update_aad(&mut self, aad: &[u8]) -> Result<(), Error> { in update_aad() method 204 fn update_aad(&mut self, aad: &[u8]) -> Result<(), Error> { in update_aad() method
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | crypto_operation.rs | 95 fn update_aad(&mut self, _input: &DataToProcess) -> Result<(), HwCryptoError> { in update_aad() method 125 fn update_aad(&mut self, _input: &DataToProcess) -> Result<(), HwCryptoError> { in update_aad() method 172 fn update_aad(&mut self, input: &DataToProcess) -> Result<(), HwCryptoError> { in update_aad() method 526 fn update_aad(&mut self, _input: &DataToProcess) -> Result<(), HwCryptoError> { in update_aad() method
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | operation.rs | 352 fn update_aad(&self, aad_input: &[u8]) -> Result<()> { in update_aad() method
|
/aosp_15_r20/system/keymint/common/src/crypto/ |
H A D | traits.rs | 421 fn update_aad(&mut self, aad: &[u8]) -> Result<(), Error>; in update_aad() method
|