Searched refs:avb_memset (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/libavb/ |
D | avb_sysdeps.h | 68 void* avb_memset(void* dest, const int c, size_t n);
|
D | avb_sysdeps_posix.c | 19 void* avb_memset(void* dest, const int c, size_t n) { in avb_memset() function
|
D | avb_util.c | 192 avb_memset(ret, '\0', size); in avb_calloc()
|
D | avb_sha256.c | 353 avb_memset(ctx->block + ctx->len, 0, pm_len - ctx->len); in avb_sha256_final()
|
D | avb_sha512.c | 340 avb_memset(ctx->block + ctx->len, 0, pm_len - ctx->len); in avb_sha512_final()
|