Home
last modified time | relevance | path

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

/freebsd/sys/crypto/via/
H A Dpadlock_hash.c67 struct padlock_sha_ctx { struct
72 CTASSERT(sizeof(struct padlock_sha_ctx) <= sizeof(union authctx)); argument
84 .ctxsize = sizeof(struct padlock_sha_ctx),
96 .ctxsize = sizeof(struct padlock_sha_ctx),
163 struct padlock_sha_ctx *ctx; in padlock_sha_init()
174 struct padlock_sha_ctx *ctx; in padlock_sha_update()
192 struct padlock_sha_ctx *ctx; in padlock_sha_free()
206 struct padlock_sha_ctx *ctx; in padlock_sha1_final()
216 struct padlock_sha_ctx *ctx; in padlock_sha256_final()
230 struct padlock_sha_ctx *spctx = sctx, *dpctx = dctx; in padlock_copy_ctx()