Searched defs:bytes_len (Results 1 – 2 of 2) sorted by relevance
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 401 bool push_back(TypedTag<KM_BYTES, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 419 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 429 bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
|
/system/core/init/ |
D | util.cpp | 483 std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { in bytes_to_hex()
|