Home
last modified time | relevance | path

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

/dragonfly/sys/opencrypto/
H A Dxform.c143 struct aes_ctr_ctx { struct
253 sizeof(struct aes_ctr_ctx),
263 sizeof(struct aes_ctr_ctx),
714 struct aes_ctr_ctx *ctx; in aes_ctr_reinit()
716 ctx = (struct aes_ctr_ctx *)key; in aes_ctr_reinit()
727 struct aes_ctr_ctx *ctx; in aes_ctr_crypt()
731 ctx = (struct aes_ctr_ctx *)key; in aes_ctr_crypt()
746 struct aes_ctr_ctx *ctx; in aes_ctr_setkey()
757 bzero(ctx, sizeof(struct aes_ctr_ctx)); in aes_ctr_setkey()
769 struct aes_ctr_ctx *ctx; in aes_gcm_reinit()
[all …]