Home
last modified time | relevance | path

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

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