Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/crypto/
H A Derror.rs34 InvalidAeadTagLength, enumerator
H A Dlib.rs91 return Err(Error::InvalidAeadTagLength); in aes_gcm_decrypt()