Searched defs:gctx (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/arch/x86/crypto/ | 
| D | glue_helper.c | 35 static int __glue_ecb_crypt_128bit(const struct common_glue_ctx *gctx,  in __glue_ecb_crypt_128bit()81 int glue_ecb_crypt_128bit(const struct common_glue_ctx *gctx,  in glue_ecb_crypt_128bit()
 138 __glue_cbc_decrypt_128bit(const struct common_glue_ctx *gctx,  in __glue_cbc_decrypt_128bit()
 191 int glue_cbc_decrypt_128bit(const struct common_glue_ctx *gctx,  in glue_cbc_decrypt_128bit()
 236 static unsigned int __glue_ctr_crypt_128bit(const struct common_glue_ctx *gctx,  in __glue_ctr_crypt_128bit()
 275 int glue_ctr_crypt_128bit(const struct common_glue_ctx *gctx,  in glue_ctr_crypt_128bit()
 306 static unsigned int __glue_xts_crypt_128bit(const struct common_glue_ctx *gctx,  in __glue_xts_crypt_128bit()
 343 int glue_xts_crypt_128bit(const struct common_glue_ctx *gctx,  in glue_xts_crypt_128bit()
 
 | 
| /linux-4.4.14/crypto/ | 
| D | gcm.c | 270 	struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;  in gcm_hash_len()  local287 	struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;  in gcm_hash_len_continue()  local
 332 	struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;  in gcm_hash_crypt_continue()  local
 362 	struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;  in gcm_hash_assoc_remain_continue()  local
 470 	struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;  in gcm_encrypt_continue()  local
 537 	struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;  in gcm_dec_hash_continue()  local
 548 	struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;  in crypto_gcm_decrypt()  local
 
 | 
| /linux-4.4.14/net/sunrpc/auth_gss/ | 
| D | gss_krb5_wrap.c | 591 gss_wrap_kerberos(struct gss_ctx *gctx, int offset,  in gss_wrap_kerberos()610 gss_unwrap_kerberos(struct gss_ctx *gctx, int offset, struct xdr_buf *buf)  in gss_unwrap_kerberos()
 
 | 
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ | 
| D | atom.c | 178 	struct atom_context *gctx = ctx->ctx;  in atom_get_src_int()  local451 	struct atom_context *gctx = ctx->ctx;  in atom_put_dst()  local
 
 | 
| /linux-4.4.14/drivers/gpu/drm/radeon/ | 
| D | atom.c | 181 	struct atom_context *gctx = ctx->ctx;  in atom_get_src_int()  local454 	struct atom_context *gctx = ctx->ctx;  in atom_put_dst()  local
 
 |