Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/
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()
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp76 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function