Searched refs:copy_bytes_to_iterator (Results 1 – 3 of 3) sorted by relevance
/system/keymaster/ng/include/ |
D | keystore_hidl_support.h | 96 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()
|
D | KeyMintUtils.h | 115 inline OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function
|
/system/keymaster/ng/ |
D | KeyMintUtils.cpp | 131 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()
|