Searched refs:DecryptErrorCode (Results 1 – 2 of 2) sorted by relevance
25 DecryptErrorCode.DATA_LEN_ERROR,26 DecryptErrorCode.JNI_OP_ERROR,27 DecryptErrorCode.MAC_MISMATCH29 public @interface DecryptErrorCode { annotation in LdtNpJni106 @DecryptErrorCode
19 import com.google.android.gms.nearby.presence.hazmat.LdtNpJni.DecryptErrorCode186 DecryptErrorCode.MAC_MISMATCH -> return DecryptAndVerifyResultCode.MAC_MISMATCH in decryptAndVerify()187 …DecryptErrorCode.DATA_LEN_ERROR -> check(false); // This condition is impossible, we validated dat… in decryptAndVerify()188 …DecryptErrorCode.JNI_OP_ERROR -> throw LdtJniException("Error occurred during jni encrypt operatio… in decryptAndVerify()