Home
last modified time | relevance | path

Searched defs:updateAad (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DIKeystoreOperation.aidl38 void updateAad(in byte[] aadInput); in updateAad() method
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DIKeystoreOperation.aidl38 void updateAad(in byte[] aadInput); in updateAad() method
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DIKeystoreOperation.aidl63 void updateAad(in byte[] aadInput); in updateAad() method
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIKeyMintOperation.aidl38 …void updateAad(in byte[] input, in @nullable android.hardware.security.keymint.HardwareAuthToken a… in updateAad() method
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIKeyMintOperation.aidl38 …void updateAad(in byte[] input, in @nullable android.hardware.security.keymint.HardwareAuthToken a… in updateAad() method
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIKeyMintOperation.aidl87 void updateAad(in byte[] input, in @nullable HardwareAuthToken authToken, in updateAad() method
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStoreOperation.java98 public void updateAad(@NonNull byte[] input) throws KeyStoreException { in updateAad() method in KeyStoreOperation
/aosp12/system/keymaster/ng/
H A DAndroidKeyMintOperation.cpp52 AndroidKeyMintOperation::updateAad(const vector<uint8_t>& input, in updateAad() function in aidl::android::hardware::security::keymint::AndroidKeyMintOperation
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp54 ScopedAStatus TrustyKeyMintOperation::updateAad( in updateAad() function in aidl::android::hardware::security::keymint::TrustyKeyMintOperation
/aosp12/system/security/keystore2/src/
H A Doperation.rs844 fn updateAad(&self, aad_input: &[u8]) -> binder::public_api::Result<()> { in updateAad() method
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp744 ScopedAStatus KeyMintOperation::updateAad(const std::vector<uint8_t>& input, in updateAad() function in KeyMintOperation