Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java965 byte[] encodedSessionTranscript, in buildDeviceAuthenticationCbor() argument
969 ByteArrayInputStream bais = new ByteArrayInputStream(encodedSessionTranscript); in buildDeviceAuthenticationCbor()
990 byte[] encodedSessionTranscript, in buildReaderAuthenticationBytesCbor() argument
995 ByteArrayInputStream bais = new ByteArrayInputStream(encodedSessionTranscript); in buildReaderAuthenticationBytesCbor()
1036 byte[] encodedSessionTranscript) { in calcEMacKeyForReader() argument
1044 Util.prependSemanticTagForEncodedCbor(encodedSessionTranscript); in calcEMacKeyForReader()