OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_from_buf
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/
auth_encrypted_key_blob.cpp
69
if (!
copy_from_buf
(buf_ptr, end, nonce->peek_write(), OCB_NONCE_LENGTH) ||
71
!
copy_from_buf
(buf_ptr, end, tag->peek_write(), OCB_TAG_LENGTH) ||
serializable.cpp
38
bool
copy_from_buf
(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size) {
function in namespace:keymaster
67
return
copy_from_buf
(buf_ptr, end, dest->get(), *size);
/system/keymaster/include/keymaster/
serializable.h
139
bool
copy_from_buf
(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size);
158
if (!
copy_from_buf
(buf_ptr, end, &val, sizeof(val)))
169
return
copy_from_buf
(buf_ptr, end, value, sizeof(*value));
Completed in 209 milliseconds