Home
last modified time | relevance | path

Searched defs:SecureMemset (Results 1 – 3 of 3) sorted by relevance

/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_alloc-inl.h46 PA_ALWAYS_INLINE void SecureMemset(void* ptr, uint8_t value, size_t size) { in SecureMemset() function
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_alloc-inl.h46 PA_ALWAYS_INLINE void SecureMemset(void* ptr, uint8_t value, size_t size) { in SecureMemset() function
/external/libbrillo/brillo/
Dsecure_blob.cc106 BRILLO_DISABLE_ASAN void* SecureMemset(void* v, int c, size_t n) { in SecureMemset() function