Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp47 inline static InIter copy_bytes_from_iterator(T* value, InIter src) { in copy_bytes_from_iterator() function
100 pos = copy_bytes_from_iterator(&token.challenge, pos); in hidlVec2AuthToken()
101 pos = copy_bytes_from_iterator(&token.userId, pos); in hidlVec2AuthToken()
102 pos = copy_bytes_from_iterator(&token.authenticatorId, pos); in hidlVec2AuthToken()
103 pos = copy_bytes_from_iterator(&token.authenticatorType, pos); in hidlVec2AuthToken()
106 pos = copy_bytes_from_iterator(&token.timestamp, pos); in hidlVec2AuthToken()