Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c69 struct padlock_sha_ctx { struct
74 CTASSERT(sizeof(struct padlock_sha_ctx) <= sizeof(union authctx)); argument
86 .ctxsize = sizeof(struct padlock_sha_ctx),
98 .ctxsize = sizeof(struct padlock_sha_ctx),
169 struct padlock_sha_ctx *ctx; in padlock_sha_init()
180 struct padlock_sha_ctx *ctx; in padlock_sha_update()
198 struct padlock_sha_ctx *ctx; in padlock_sha_free()
212 struct padlock_sha_ctx *ctx; in padlock_sha1_final()
222 struct padlock_sha_ctx *ctx; in padlock_sha256_final()
236 struct padlock_sha_ctx *spctx = sctx, *dpctx = dctx; in padlock_copy_ctx()