Lines Matching refs:fctx
153 struct flexi_crypto_context *fctx = nctx->u.fctx;
155 memzero_explicit(&fctx->crypto, sizeof(struct crypto_keys));
156 memzero_explicit(&fctx->auth, sizeof(struct auth_keys));
171 struct flexi_crypto_context *fctx;
184 fctx = nctx->u.fctx;
185 flags = &fctx->flags;
192 memcpy(fctx->crypto.u.key, key, keylen);
342 struct flexi_crypto_context *fctx;
355 fctx = nctx->u.fctx;
357 memcpy(fctx->auth.u.key2, (key + keylen), keylen);
367 struct flexi_crypto_context *fctx;
373 fctx = nctx->u.fctx;
375 memcpy(fctx->crypto.iv, key + (keylen - CTR_RFC3686_NONCE_SIZE),