HomeSort by relevance Sort by last modified time
    Searched refs:copy_bytes_to_iterator (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/keymaster/4.0/support/
keymaster_utils.cpp 50 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { function in namespace:android::hardware::keymaster::V4_0::support
68 pos = copy_bytes_to_iterator(token.challenge, pos);
69 pos = copy_bytes_to_iterator(token.userId, pos);
70 pos = copy_bytes_to_iterator(token.authenticatorId, pos);
72 pos = copy_bytes_to_iterator(auth_type, pos);
74 pos = copy_bytes_to_iterator(timestamp, pos);
Keymaster3.cpp 80 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { function in namespace:android::hardware::keymaster::V4_0::support::__anon48040
  /system/keymaster/ng/include/
keystore_hidl_support.h 98 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { function in namespace:keymaster::ng
117 pos = copy_bytes_to_iterator(token.challenge, pos);
118 pos = copy_bytes_to_iterator(token.userId, pos);
119 pos = copy_bytes_to_iterator(token.authenticatorId, pos);
120 pos = copy_bytes_to_iterator(token.authenticatorType, pos);
121 pos = copy_bytes_to_iterator(token.timestamp, pos);
  /system/security/keystore/include/keystore/
keystore_hidl_support.h 78 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { function in namespace:keystore
99 pos = copy_bytes_to_iterator(token.challenge, pos);
100 pos = copy_bytes_to_iterator(token.userId, pos);
101 pos = copy_bytes_to_iterator(token.authenticatorId, pos);
102 pos = copy_bytes_to_iterator(token.authenticatorType, pos);
103 pos = copy_bytes_to_iterator(token.timestamp, pos);

Completed in 941 milliseconds