Home
last modified time | relevance | path

Searched defs:bytes_len (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dauthorization_set.h401 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/
Dutil.cpp483 std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { in bytes_to_hex()