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

/freebsd-10.1-release/sys/opencrypto/
H A Dxform.c586 struct aes_xts_ctx { struct
595 struct aes_xts_ctx *ctx = (struct aes_xts_ctx *)key;
615 aes_xts_crypt(struct aes_xts_ctx *ctx, u_int8_t *data, u_int do_encrypt)
646 aes_xts_crypt((struct aes_xts_ctx *)key, data, 1);
652 aes_xts_crypt((struct aes_xts_ctx *)key, data, 0);
658 struct aes_xts_ctx *ctx;
663 *sched = malloc(sizeof(struct aes_xts_ctx), M_CRYPTO_DATA,
667 ctx = (struct aes_xts_ctx *)*sched;
678 bzero(*sched, sizeof(struct aes_xts_ctx));
[all...]

Completed in 43 milliseconds