Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_aes_xts.c65 .ctxsize = sizeof(struct aes_xts_ctx),
82 struct aes_xts_ctx *ctx = key; in aes_xts_reinit()
102 aes_xts_crypt(struct aes_xts_ctx *ctx, const uint8_t *in, uint8_t *out, in aes_xts_crypt()
146 struct aes_xts_ctx *ctx; in aes_xts_setkey()
H A Dxform_enc.h93 struct aes_xts_ctx { struct