Searched defs:gctx (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 523 static u32 gss_krb5_get_mic(struct gss_ctx *gctx, struct xdr_buf *text, in gss_krb5_get_mic() 544 static u32 gss_krb5_verify_mic(struct gss_ctx *gctx, in gss_krb5_verify_mic() 565 static u32 gss_krb5_wrap(struct gss_ctx *gctx, int offset, in gss_krb5_wrap() 587 static u32 gss_krb5_unwrap(struct gss_ctx *gctx, int offset, in gss_krb5_unwrap()
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | aes-gcm-p10-glue.c | 87 static void set_aad(struct gcm_ctx *gctx, struct Hash_ctx *hash, in set_aad() 113 static void gcmp10_init(struct gcm_ctx *gctx, u8 *iv, unsigned char *rdkey, in gcmp10_init() 141 static void finish_tag(struct gcm_ctx *gctx, struct Hash_ctx *hash, int len) in finish_tag() 206 struct gcm_ctx *gctx = PTR_ALIGN((void *)databuf, PPC_ALIGN); in p10_aes_gcm_crypt() local
|
/linux-6.12.1/crypto/ |
D | gcm.c | 227 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len() local 244 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_len_continue() local 288 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_crypt_continue() local 318 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_hash_assoc_remain_continue() local 425 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_encrypt_continue() local 492 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in gcm_dec_hash_continue() local 503 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx; in crypto_gcm_decrypt() local
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | atom.c | 184 struct atom_context *gctx = ctx->ctx; in atom_get_src_int() local 460 struct atom_context *gctx = ctx->ctx; in atom_put_dst() local
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 186 struct atom_context *gctx = ctx->ctx; in atom_get_src_int() local 461 struct atom_context *gctx = ctx->ctx; in atom_put_dst() local
|
/linux-6.12.1/drivers/accel/ivpu/ |
D | ivpu_drv.h | 130 struct ivpu_mmu_context gctx; member
|
/linux-6.12.1/drivers/crypto/chelsio/ |
D | chcr_algo.c | 114 static inline struct chcr_gcm_ctx *GCM_CTX(struct chcr_aead_ctx *gctx) in GCM_CTX() 119 static inline struct chcr_authenc_ctx *AUTHENC_CTX(struct chcr_aead_ctx *gctx) in AUTHENC_CTX() 3499 struct chcr_gcm_ctx *gctx = GCM_CTX(aeadctx); in chcr_gcm_setkey() local
|