Home
last modified time | relevance | path

Searched refs:avb_memset (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/libavb/
Davb_sysdeps.h68 void* avb_memset(void* dest, const int c, size_t n);
Davb_sysdeps_posix.c19 void* avb_memset(void* dest, const int c, size_t n) { in avb_memset() function
Davb_util.c192 avb_memset(ret, '\0', size); in avb_calloc()
Davb_sha256.c353 avb_memset(ctx->block + ctx->len, 0, pm_len - ctx->len); in avb_sha256_final()
Davb_sha512.c340 avb_memset(ctx->block + ctx->len, 0, pm_len - ctx->len); in avb_sha512_final()