Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymaster/ng/include/
H A Dkeystore_hidl_support.h96 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function
115 pos = copy_bytes_to_iterator(token.challenge, pos); in authToken2HidlVec()
116 pos = copy_bytes_to_iterator(token.userId, pos); in authToken2HidlVec()
117 pos = copy_bytes_to_iterator(token.authenticatorId, pos); in authToken2HidlVec()
118 pos = copy_bytes_to_iterator(token.authenticatorType, pos); in authToken2HidlVec()
119 pos = copy_bytes_to_iterator(token.timestamp, pos); in authToken2HidlVec()
H A DKeyMintUtils.h115 inline OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp54 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function
72 pos = copy_bytes_to_iterator(token.challenge, pos); in authToken2HidlVec()
73 pos = copy_bytes_to_iterator(token.userId, pos); in authToken2HidlVec()
74 pos = copy_bytes_to_iterator(token.authenticatorId, pos); in authToken2HidlVec()
76 pos = copy_bytes_to_iterator(auth_type, pos); in authToken2HidlVec()
78 pos = copy_bytes_to_iterator(timestamp, pos); in authToken2HidlVec()
/aosp_15_r20/system/keymaster/ng/
H A DKeyMintUtils.cpp131 pos = copy_bytes_to_iterator(token->challenge, pos); in authToken2AidlVec()
132 pos = copy_bytes_to_iterator(token->userId, pos); in authToken2AidlVec()
133 pos = copy_bytes_to_iterator(token->authenticatorId, pos); in authToken2AidlVec()
134 pos = copy_bytes_to_iterator(hton(static_cast<uint32_t>(token->authenticatorType)), pos); in authToken2AidlVec()
135 pos = copy_bytes_to_iterator(hton(token->timestamp.milliSeconds), pos); in authToken2AidlVec()
/aosp_15_r20/hardware/interfaces/keymaster/4.1/support/
H A DKeymaster3.cpp76 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function