Home
last modified time | relevance | path

Searched defs:fctx (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c363 struct flexi_crypto_context *fctx) in crypto_key_is_valid()
381 struct flexi_crypto_context *fctx = &ctx->fctx; in configure_cipher_ctx() local
439 struct flexi_crypto_context *fctx) in auth_key_is_valid()
460 struct flexi_crypto_context *fctx = &ctx->fctx; in configure_auth_ctx() local
487 struct flexi_crypto_context *fctx = &ctx->fctx; in configure_aead_ctx() local
H A Dnitrox_sym_ctx.h71 struct flexi_crypto_context fctx; member
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h83 mc_fc_context_t *fctx = &cpt_ctx->mc_ctx.fctx; in cpt_fc_salt_update() local
161 cpt_fc_ciph_set_key_passthrough(struct cpt_ctx *cpt_ctx, mc_fc_context_t *fctx) in cpt_fc_ciph_set_key_passthrough()
168 cpt_fc_ciph_set_key_set_aes_key_type(mc_fc_context_t *fctx, uint16_t key_len) in cpt_fc_ciph_set_key_set_aes_key_type()
239 mc_fc_context_t *fctx = &cpt_ctx->mc_ctx.fctx; in cpt_fc_ciph_set_key() local
2420 mc_fc_context_t *fctx = &cpt_ctx->mc_ctx.fctx; in cpt_fc_auth_set_key() local
H A Dcpt_mcode_defines.h321 mc_fc_context_t fctx; member
/f-stack/app/redis-5.0.5/src/
H A Dmodule.c4946 int RM_CommandFilterArgsCount(RedisModuleCommandFilterCtx *fctx) in RM_CommandFilterArgsCount()
4954 const RedisModuleString *RM_CommandFilterArgGet(RedisModuleCommandFilterCtx *fctx, int pos) in RM_CommandFilterArgGet()
4966 int RM_CommandFilterArgInsert(RedisModuleCommandFilterCtx *fctx, int pos, RedisModuleString *arg) in RM_CommandFilterArgInsert()
4988 int RM_CommandFilterArgReplace(RedisModuleCommandFilterCtx *fctx, int pos, RedisModuleString *arg) in RM_CommandFilterArgReplace()
5001 int RM_CommandFilterArgDelete(RedisModuleCommandFilterCtx *fctx, int pos) in RM_CommandFilterArgDelete()