Lines Matching refs:key1
70 const AES_KEY *key1, const AES_KEY *key2,
299 xctx->xts.key1 = &xctx->ks1;
654 xctx->xts.key1 = &xctx->ks1;
3107 if (xctx->xts.key1) {
3108 if (xctx->xts.key1 != &xctx->ks1)
3110 xctx_out->xts.key1 = &xctx_out->ks1;
3120 /* key1 and key2 are used as an indicator both key and IV are set */
3121 xctx->xts.key1 = NULL;
3187 xctx->xts.key1 = &xctx->ks1;
3209 xctx->xts.key1 = &xctx->ks1;
3226 xctx->xts.key1 = &xctx->ks1;
3243 if (xctx->xts.key1 == NULL
3263 xctx->xts.key1, xctx->xts.key2,