Home
last modified time | relevance | path

Searched refs:explicit_memset (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c150 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 Dexplicit_bzero.c23 (void)explicit_memset(p, 0, n); in explicit_bzero()
/freebsd/sys/contrib/libb2/
H A Dblake2-impl.h143 explicit_memset(v, 0, n); in secure_zero_memory()
/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h1037 # define zap(ptr, len) explicit_memset(ptr, 0, len)
H A Dautoconf.h.in159 /* Define to 1 if you have the `explicit_memset' function. */
/freebsd/crypto/krb5/src/
H A Dconfigure.ac469 …cwd srand48 srand srandom stat strchr strerror timegm explicit_bzero explicit_memset getresuid get…
/freebsd/crypto/openssh/
H A Dconfigure.ac2179 explicit_memset \