Searched refs:aes_xts_ctx (Results 1 – 2 of 2) sorted by relevance
65 .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()
93 struct aes_xts_ctx { struct