Home
last modified time | relevance | path

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

/dragonfly/sys/opencrypto/
H A Dxform.c138 struct aes_xts_ctx { struct
160 static void aes_xts_crypt(struct aes_xts_ctx *, u_int8_t *, u_int8_t *, u_int); argument
243 sizeof(struct aes_xts_ctx),
635 struct aes_xts_ctx *ctx = (struct aes_xts_ctx *)key; in aes_xts_reinit()
655 aes_xts_crypt(struct aes_xts_ctx *ctx, u_int8_t *data, u_int8_t *iv, in aes_xts_crypt()
687 aes_xts_crypt((struct aes_xts_ctx *)key, data, iv, 1); in aes_xts_encrypt()
693 aes_xts_crypt((struct aes_xts_ctx *)key, data, iv, 0); in aes_xts_decrypt()
699 struct aes_xts_ctx *ctx; in aes_xts_setkey()