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);
341 struct flexi_crypto_context *fctx;
354 fctx = nctx->u.fctx;
356 memcpy(fctx->auth.u.key2, (key + keylen), keylen);
365 struct flexi_crypto_context *fctx;
371 fctx = nctx->u.fctx;
373 memcpy(fctx->crypto.iv, key + (keylen - CTR_RFC3686_NONCE_SIZE),