Searched defs:bzero (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c12 int bzero; variable
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c33 #define bzero(a, b) memset((a), 0, (b)) macro
H A Drijndael-api-fst.c36 #define bzero(a, b) memset(a, 0, b) macro
88 bzero(cipher->IV, MAX_IV_SIZE);
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c56 #define bzero(a, b) memset((a), 0, (b)) macro
339 bzero(context->buffer, SHA256_BLOCK_LENGTH);
586 bzero(&context->buffer[usedspace], SHA256_SHORT_BLOCK_LENGTH - usedspace);
589 bzero(&context->buffer[usedspace], SHA256_BLOCK_LENGTH - usedspace);
595 bzero(context->buffer, SHA256_SHORT_BLOCK_LENGTH);
599 bzero(context->buffer, SHA256_SHORT_BLOCK_LENGTH);
625 bzero(context, sizeof(*context));
646 bzero(context, sizeof(*context));
648 bzero(digest, SHA256_DIGEST_LENGTH);
667 bzero(contex
[all...]
/external/netperf/
H A Dnetlib.h593 /* if your system has bcopy and bzero, include it here, otherwise, we */
612 #define bzero(p,h) memset((p),0,(h)) macro
/external/valgrind/coregrind/
H A Dm_main.c3394 void bzero(void *s, SizeT n);
3395 void bzero(void *s, SizeT n) { function

Completed in 808 milliseconds