Searched refs:explicit_memset (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
| H A D | modes.c | 150 explicit_memset(void *s, int c, size_t n) in explicit_memset() function 171 explicit_memset(ctx->gcm_remainder, 0, sizeof (ctx->gcm_remainder)); in gcm_clear_ctx() 172 explicit_memset(ctx->gcm_H, 0, sizeof (ctx->gcm_H)); in gcm_clear_ctx() 176 explicit_memset(ctx->gcm_Htable, 0, ctx->gcm_htab_len); in gcm_clear_ctx() 181 explicit_memset(ctx->gcm_pt_buf, 0, ctx->gcm_pt_buf_len); in gcm_clear_ctx() 185 explicit_memset(ctx->gcm_J0, 0, sizeof (ctx->gcm_J0)); in gcm_clear_ctx() 186 explicit_memset(ctx->gcm_tmp, 0, sizeof (ctx->gcm_tmp)); in gcm_clear_ctx()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | explicit_bzero.c | 23 (void)explicit_memset(p, 0, n); in explicit_bzero()
|
| /freebsd/sys/contrib/libb2/ |
| H A D | blake2-impl.h | 143 explicit_memset(v, 0, n); in secure_zero_memory()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-platform.h | 1037 # define zap(ptr, len) explicit_memset(ptr, 0, len)
|
| H A D | autoconf.h.in | 159 /* Define to 1 if you have the `explicit_memset' function. */
|
| /freebsd/crypto/krb5/src/ |
| H A D | configure.ac | 469 …cwd srand48 srand srandom stat strchr strerror timegm explicit_bzero explicit_memset getresuid get…
|
| /freebsd/crypto/openssh/ |
| H A D | configure.ac | 2179 explicit_memset \
|