Home
last modified time | relevance | path

Searched refs:out_ctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dhmac.c64 ret = h->hfunc_init(&(ctx->out_ctx)); EG(ret, err); in hmac_init()
75 ret = h->hfunc_update(&(ctx->out_ctx), opad, h->block_size); EG(ret, err); in hmac_init()
119 ret = h->hfunc_update(&(ctx->out_ctx), in_hash, h->digest_size); EG(ret, err); in hmac_finalize()
120 ret = h->hfunc_finalize(&(ctx->out_ctx), output); EG(ret, err); in hmac_finalize()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dhmac.h21 hash_context out_ctx; member
/freebsd/crypto/openssh/
H A Dreadpass.c257 goto out_ctx; in notify_start()
288 out_ctx: in notify_start()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1332 goto out_ctx; in mlx5_ib_alloc_ucontext()
1340 goto out_ctx; in mlx5_ib_alloc_ucontext()
1437 out_ctx: in mlx5_ib_alloc_ucontext()