Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/crypto/
DHpkeEncrypter.java155 byte[] contextInfoBytes, in encrypt() argument
160 if (publicKey.length != X25519_PUBLIC_VALUE_LEN || contextInfoBytes.length == 0) { in encrypt()
165 X25519_PUBLIC_VALUE_LEN, publicKey.length, contextInfoBytes.length)); in encrypt()
174 mEncrypter.encrypt(publicKey, message.toByteArray(), contextInfoBytes); in encrypt()