Lines Matching refs:key1
60 AES_KEY *key1, *key2; member
86 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
111 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
130 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
141 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
178 xctx->xts.key1 = &xctx->ks1.ks; in aes_xts_init_key()
192 if (!xctx->xts.key1 || in aes_xts_cipher()
208 if (xctx->xts.key1) { in aes_xts_ctrl()
209 if (xctx->xts.key1 != &xctx->ks1.ks) { in aes_xts_ctrl()
212 xctx_out->xts.key1 = &xctx_out->ks1.ks; in aes_xts_ctrl()
225 xctx->xts.key1 = NULL; in aes_xts_ctrl()