Home
last modified time | relevance | path

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

/system/keymaster/ng/include/
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()
DKeyMintUtils.h115 inline OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function
/system/security/keystore/include/keystore/
Dkeystore_hidl_support.h81 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function
102 pos = copy_bytes_to_iterator(token.challenge, pos); in authToken2HidlVec()
103 pos = copy_bytes_to_iterator(token.userId, pos); in authToken2HidlVec()
104 pos = copy_bytes_to_iterator(token.authenticatorId, pos); in authToken2HidlVec()
105 pos = copy_bytes_to_iterator(token.authenticatorType, pos); in authToken2HidlVec()
106 pos = copy_bytes_to_iterator(token.timestamp, pos); in authToken2HidlVec()
/system/keymaster/ng/
DKeyMintAidlUtils.cpp41 pos = copy_bytes_to_iterator(token.challenge, pos); in authToken2AidlVec()
42 pos = copy_bytes_to_iterator(token.userId, pos); in authToken2AidlVec()
43 pos = copy_bytes_to_iterator(token.authenticatorId, pos); in authToken2AidlVec()
44 pos = copy_bytes_to_iterator(token.authenticatorType, pos); in authToken2AidlVec()
45 pos = copy_bytes_to_iterator(token.timestamp, pos); in authToken2AidlVec()
DKeyMintUtils.cpp116 pos = copy_bytes_to_iterator(token->challenge, pos); in authToken2AidlVec()
117 pos = copy_bytes_to_iterator(token->userId, pos); in authToken2AidlVec()
118 pos = copy_bytes_to_iterator(token->authenticatorId, pos); in authToken2AidlVec()
119 pos = copy_bytes_to_iterator(hton(static_cast<uint32_t>(token->authenticatorType)), pos); in authToken2AidlVec()
120 pos = copy_bytes_to_iterator(hton(token->timestamp.milliSeconds), pos); in authToken2AidlVec()