Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/identity/util/src/java/com/android/security/identity/internal/
H A DIso18013.java88 byte[] encodedSessionTranscript, in buildDeviceAuthenticationCbor() argument
92 ByteArrayInputStream bais = new ByteArrayInputStream(encodedSessionTranscript); in buildDeviceAuthenticationCbor()
113 byte[] encodedSessionTranscript, in buildReaderAuthenticationBytesCbor() argument
118 ByteArrayInputStream bais = new ByteArrayInputStream(encodedSessionTranscript); in buildReaderAuthenticationBytesCbor()
258 byte[] encodedSessionTranscript) { in calcEMacKeyForReader() argument
266 Util.cborEncode(Util.buildCborTaggedByteString(encodedSessionTranscript)); in calcEMacKeyForReader()
H A DUtil.java932 byte[] encodedSessionTranscript, in buildDeviceAuthenticationCbor() argument
936 ByteArrayInputStream bais = new ByteArrayInputStream(encodedSessionTranscript); in buildDeviceAuthenticationCbor()
957 byte[] encodedSessionTranscript, in buildReaderAuthenticationBytesCbor() argument
962 ByteArrayInputStream bais = new ByteArrayInputStream(encodedSessionTranscript); in buildReaderAuthenticationBytesCbor()
1009 byte[] encodedSessionTranscript) { in calcEMacKeyForReader() argument
1017 Util.prependSemanticTagForEncodedCbor(encodedSessionTranscript); in calcEMacKeyForReader()