Lines Matching refs:key1
60 void *key1, *key2; member
91 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
121 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
145 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
156 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
198 xctx->xts.key1 = &xctx->ks1; in aes_xts_init_key()
212 if (!xctx->xts.key1 || in aes_xts_cipher()
228 if (xctx->xts.key1) { in aes_xts_ctrl()
229 if (xctx->xts.key1 != &xctx->ks1) { in aes_xts_ctrl()
232 xctx_out->xts.key1 = &xctx_out->ks1; in aes_xts_ctrl()
245 xctx->xts.key1 = NULL; in aes_xts_ctrl()