Home
last modified time | relevance | path

Searched defs:tmpl (Results 201 - 225 of 290) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1221 struct wl12xx_arp_rsp_template *tmpl; in wl1271_cmd_build_arp_rsp() local
/kernel/linux/linux-6.6/drivers/atm/
H A Dnicstar.c1230 unsigned long tmpl, modl; in ns_open() local
/kernel/linux/linux-6.6/crypto/
H A Dcryptd.c373 static int cryptd_create_skcipher(struct crypto_template *tmpl, in cryptd_create_skcipher() argument
658 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() argument
866 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead() argument
923 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create() argument
[all...]
H A Dgcm.c574 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common() argument
656 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() argument
672 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create() argument
825 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create() argument
1040 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H A Dhash.c819 struct mv_cesa_op_ctx *tmpl in mv_cesa_ahash_final() local
440 mv_cesa_ahash_init(struct ahash_request *req, struct mv_cesa_op_ctx *tmpl, bool algo_le) mv_cesa_ahash_init() argument
492 mv_cesa_dma_add_frag(struct mv_cesa_tdma_chain *chain, struct mv_cesa_op_ctx *tmpl, unsigned int frag_len, gfp_t flags) mv_cesa_dma_add_frag() argument
831 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; mv_cesa_ahash_finup() local
895 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_md5_init() local
965 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_sha1_init() local
1036 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_sha256_init() local
1249 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_ahmac_md5_init() local
1320 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_ahmac_sha1_init() local
1411 struct mv_cesa_op_ctx tmpl = { }; mv_cesa_ahmac_sha256_init() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_aead.c2560 static struct cc_crypto_alg *cc_create_aead_alg(struct cc_alg_template *tmpl, in cc_create_aead_alg() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1219 struct wl12xx_arp_rsp_template *tmpl; in wl1271_cmd_build_arp_rsp() local
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_fcs.c832 u16 exchange_id, tmpl; in fnic_rq_cmpl_frame_recv() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_clear.c1309 struct pipe_surface tmpl = {{0}}; in si_clear_texture() local
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c1152 struct pipe_resource tmpl = { in v3d_create_sampler_view() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c453 vc4_resource_setup(struct pipe_screen *pscreen, const struct pipe_resource *tmpl) vc4_resource_setup() argument
497 vc4_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, const uint64_t *modifiers, int count) vc4_resource_create_with_modifiers() argument
606 vc4_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *tmpl) vc4_resource_create() argument
614 vc4_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *whandle, unsigned usage) vc4_resource_from_handle() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_context.cc264 Local<FunctionTemplate> tmpl = env->secure_context_constructor_template(); in GetConstructorTemplate() local
[all...]
/third_party/node/src/
H A Dnode_contextify.cc1368 Local<FunctionTemplate> tmpl = NewFunctionTemplate(isolate, New); in Init() local
H A Dnode_sockaddr.cc699 Local<FunctionTemplate> tmpl = env->blocklist_constructor_template(); in GetConstructorTemplate() local
753 Local<FunctionTemplate> tmpl = env->socketaddress_constructor_template(); GetConstructorTemplate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c581 struct pipe_resource tmpl = rsc->b.b; variable
1107 alloc_resource_struct(struct pipe_screen *pscreen, const struct pipe_resource *tmpl) alloc_resource_struct() argument
1150 get_best_layout(struct fd_screen *screen, struct pipe_resource *prsc, const struct pipe_resource *tmpl, const uint64_t *modifiers, int count) get_best_layout() argument
1231 fd_resource_allocate_and_resolve(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, const uint64_t *modifiers, int count, uint32_t *psize) fd_resource_allocate_and_resolve() argument
1311 fd_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, const uint64_t *modifiers, int count) fd_resource_create_with_modifiers() argument
1368 fd_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *tmpl) fd_resource_create() argument
1381 fd_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle, unsigned usage) fd_resource_from_handle() argument
1562 fd_resource_from_memobj(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct pipe_memory_object *pmemobj, uint64_t offset) fd_resource_from_memobj() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c798 struct pipe_resource tmpl = rsc->base; in pan_alloc_staging() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c111 int key_to_params(const EC_KEY *eckey, OSSL_PARAM_BLD *tmpl, in key_to_params() argument
239 int otherparams_to_params(const EC_KEY *ec, OSSL_PARAM_BLD *tmpl, in otherparams_to_params() argument
453 OSSL_PARAM_BLD *tmpl = NULL; ec_export() local
[all...]
H A Decx_kmgmt.c209 static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() argument
234 OSSL_PARAM_BLD *tmpl; in ecx_export() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c778 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in rsa_int_export_to() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c353 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in ecx_pkey_export_to() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c2516 lookup_translation(struct translation_st *tmpl, in lookup_translation() argument
2621 lookup_evp_pkey_ctx_translation(struct translation_st *tmpl) lookup_evp_pkey_ctx_translation() argument
2628 lookup_evp_pkey_translation(struct translation_st *tmpl) lookup_evp_pkey_translation() argument
2640 struct translation_st tmpl = { 0, }; evp_pkey_ctx_ctrl_to_param() local
2708 struct translation_st tmpl = { 0, }; evp_pkey_ctx_ctrl_str_to_param() local
2775 struct translation_st tmpl = { 0, }; evp_pkey_ctx_setget_params_to_ctrl() local
2838 struct translation_st tmpl = { 0, }; evp_pkey_setget_params_to_ctrl() local
[all...]
/third_party/openssl/crypto/ec/
H A Decx_meth.c353 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in ecx_pkey_export_to() local
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c2507 lookup_translation(struct translation_st *tmpl, in lookup_translation() argument
2612 lookup_evp_pkey_ctx_translation(struct translation_st *tmpl) lookup_evp_pkey_ctx_translation() argument
2619 lookup_evp_pkey_translation(struct translation_st *tmpl) lookup_evp_pkey_translation() argument
2631 struct translation_st tmpl = { 0, }; evp_pkey_ctx_ctrl_to_param() local
2699 struct translation_st tmpl = { 0, }; evp_pkey_ctx_ctrl_str_to_param() local
2766 struct translation_st tmpl = { 0, }; evp_pkey_ctx_setget_params_to_ctrl() local
2829 struct translation_st tmpl = { 0, }; evp_pkey_setget_params_to_ctrl() local
[all...]
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c111 int key_to_params(const EC_KEY *eckey, OSSL_PARAM_BLD *tmpl, in key_to_params() argument
239 int otherparams_to_params(const EC_KEY *ec, OSSL_PARAM_BLD *tmpl, in otherparams_to_params() argument
453 OSSL_PARAM_BLD *tmpl = NULL; ec_export() local
[all...]
H A Decx_kmgmt.c209 static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() argument
234 OSSL_PARAM_BLD *tmpl; in ecx_export() local

Completed in 52 milliseconds

12345678910>>...12