Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_jni/java/LdtNpJni/src/main/java/com/google/android/gms/nearby/presence/hazmat/
DLdtNpJni.java36 @IntDef({EncryptErrorCode.DATA_LEN_ERROR, EncryptErrorCode.JNI_OP_ERROR})
37 public @interface EncryptErrorCode { annotation in LdtNpJni
91 @EncryptErrorCode
DNpLdtCipher.kt20 import com.google.android.gms.nearby.presence.hazmat.LdtNpJni.EncryptErrorCode
104EncryptErrorCode.JNI_OP_ERROR -> throw LdtJniException("Error during jni encrypt operation: error … in encrypt()
105EncryptErrorCode.DATA_LEN_ERROR -> check(false) // this will never happen, lengths checked above in encrypt()