Lines Matching full:key2
93 const AES_KEY *key1, const AES_KEY *key2,
137 const AES_KEY *key2, const unsigned char iv[16]);
140 const AES_KEY *key2, const unsigned char iv[16]);
149 const AES_KEY *key1, const AES_KEY *key2,
152 const AES_KEY *key1, const AES_KEY *key2,
206 const AES_KEY *key1, const AES_KEY *key2,
212 const AES_KEY *key1, const AES_KEY *key2,
378 xctx->xts.key2 = &xctx->ks2;
1046 /* key1 and key2 are used as an indicator both key and IV are set */
1048 xctx->xts.key2 = NULL;
1114 xctx->xts.key2 = &xctx->ks2;
1125 if (!xctx->xts.key1 || !xctx->xts.key2)
1140 xctx->xts.key1, xctx->xts.key2, ctx->iv);