Searched refs:aesGcmDecrypt (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | SecureBox.java | 273 return aesGcmDecrypt(decryptionKey, randNonce, ciphertext, header); in decrypt() 335 private static byte[] aesGcmDecrypt(SecretKey key, byte[] nonce, byte[] ciphertext, byte[] aad) in aesGcmDecrypt() method in SecureBox
|
/aosp12/system/keymaster/cppcose/ |
H A D | cppcose.cpp | 367 return aesGcmDecrypt(key, nonce->asBstr()->value(), aad, ciphertext->asBstr()->value()); in decryptCoseEncrypt() 435 ErrMsgOr<bytevec> aesGcmDecrypt(const bytevec& key, const bytevec& nonce, const bytevec& aad, in aesGcmDecrypt() function
|
/aosp12/system/keymaster/include/keymaster/cppcose/ |
H A D | cppcose.h | 289 ErrMsgOr<bytevec /* plaintext */> aesGcmDecrypt(const bytevec& key, const bytevec& nonce,
|