Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DUtils.java259 public static byte[] encodeP256PubKey(byte[] pubX, byte[] pubY, boolean isEek) in encodeP256PubKey() argument
265 .put(ALGORITHM, isEek ? ALGORITHM_ECDH_ES_HKDF_256 : ALGORITHM_ES256) in encodeP256PubKey()
270 if (isEek) { in encodeP256PubKey()