Home
last modified time | relevance | path

Searched defs:gctx (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c378 struct mac_gen_ctx *gctx = NULL; in mac_gen_init_common() local
393 struct mac_gen_ctx *gctx = mac_gen_init_common(provctx, selection); in mac_gen_init() local
405 struct mac_gen_ctx *gctx = mac_gen_init_common(provctx, selection); in cmac_gen_init() local
416 struct mac_gen_ctx *gctx = genctx; in mac_gen_set_params() local
440 struct mac_gen_ctx *gctx = genctx; in cmac_gen_set_params() local
477 struct mac_gen_ctx *gctx = genctx; in mac_gen() local
520 struct mac_gen_ctx *gctx = genctx; in mac_gen_cleanup() local
H A Ddsa_kmgmt.c412 struct dsa_gen_ctx *gctx = NULL; in dsa_gen_init() local
441 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_set_template() local
450 static int dsa_set_gen_seed(struct dsa_gen_ctx *gctx, unsigned char *seed, in dsa_set_gen_seed()
467 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_set_params() local
561 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_get_params() local
585 struct dsa_gen_ctx *gctx = BN_GENCB_get_arg(cb); in dsa_gencb() local
596 struct dsa_gen_ctx *gctx = genctx; in dsa_gen() local
691 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_cleanup() local
H A Ddh_kmgmt.c453 struct dh_gen_ctx *gctx = NULL; in dh_gen_init_base() local
504 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_template() local
513 static int dh_set_gen_seed(struct dh_gen_ctx *gctx, unsigned char *seed, in dh_set_gen_seed()
530 struct dh_gen_ctx *gctx = genctx; in dh_gen_common_set_params() local
608 struct dh_gen_ctx *gctx = genctx; in dhx_gen_set_params() local
662 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_params() local
689 struct dh_gen_ctx *gctx = BN_GENCB_get_arg(cb); in dh_gencb() local
701 struct dh_gen_ctx *gctx = genctx; in dh_gen() local
822 struct dh_gen_ctx *gctx = genctx; in dh_gen_cleanup() local
H A Decx_kmgmt.c504 struct ecx_gen_ctx *gctx = NULL; in ecx_gen_init() local
557 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_set_params() local
693 static void *ecx_gen(struct ecx_gen_ctx *gctx) in ecx_gen()
760 struct ecx_gen_ctx *gctx = genctx; in x25519_gen() local
774 struct ecx_gen_ctx *gctx = genctx; in x448_gen() local
789 struct ecx_gen_ctx *gctx = genctx; in ed25519_gen() local
823 struct ecx_gen_ctx *gctx = genctx; in ed448_gen() local
855 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_cleanup() local
1097 static void *s390x_ecx_keygen448(struct ecx_gen_ctx *gctx) in s390x_ecx_keygen448()
1153 static void *s390x_ecd_keygen25519(struct ecx_gen_ctx *gctx) in s390x_ecd_keygen25519()
[all …]
H A Dtemplate_kmgmt.c324 struct template_gen_ctx *gctx = genctx; in template_gen_set_params() local
336 struct template_gen_ctx *gctx = NULL; in template_gen_init() local
368 struct template_gen_ctx *gctx = (struct template_gen_ctx *)vctx; in template_gen() local
388 struct template_gen_ctx *gctx = genctx; in template_gen_cleanup() local
H A Dec_kmgmt.c1005 struct ec_gen_ctx *gctx = NULL; in ec_gen_init() local
1028 struct ec_gen_ctx *gctx = ec_gen_init(provctx, selection, params); in sm2_gen_init() local
1044 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_group() local
1059 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_template() local
1110 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_params() local
1143 static int ec_gen_set_group_from_params(struct ec_gen_ctx *gctx) in ec_gen_set_group_from_params()
1255 struct ec_gen_ctx *gctx = genctx; in ec_gen_get_params() local
1280 struct ec_gen_ctx *gctx = genctx; in ec_gen() local
1365 struct ec_gen_ctx *gctx = genctx; in sm2_gen() local
1412 struct ec_gen_ctx *gctx = genctx; in ec_gen_cleanup() local
H A Dslh_dsa_kmgmt.c270 struct slh_dsa_gen_ctx *gctx = NULL; in slh_dsa_gen_init() local
351 struct slh_dsa_gen_ctx *gctx = genctx; in slh_dsa_gen() local
382 struct slh_dsa_gen_ctx *gctx = genctx; in slh_dsa_gen_set_params() local
424 struct slh_dsa_gen_ctx *gctx = genctx; in slh_dsa_gen_cleanup() local
H A Dml_dsa_kmgmt.c454 struct ml_dsa_gen_ctx *gctx = NULL; in ml_dsa_gen_init() local
471 struct ml_dsa_gen_ctx *gctx = genctx; in ml_dsa_gen() local
501 struct ml_dsa_gen_ctx *gctx = genctx; in ml_dsa_gen_set_params() local
541 struct ml_dsa_gen_ctx *gctx = genctx; in ml_dsa_gen_cleanup() local
H A Drsa_kmgmt.c442 struct rsa_gen_ctx *gctx = BN_GENCB_get_arg(cb); in rsa_gencb() local
454 struct rsa_gen_ctx *gctx = NULL; in gen_init() local
505 struct rsa_gen_ctx *gctx = genctx; in rsa_gen_set_params() local
579 struct rsa_gen_ctx *gctx = genctx; in rsa_gen() local
641 struct rsa_gen_ctx *gctx = genctx; in rsa_gen_cleanup() local
H A Dml_kem_kmgmt.c680 PROV_ML_KEM_GEN_CTX *gctx = vgctx; in ml_kem_gen_set_params() local
718 PROV_ML_KEM_GEN_CTX *gctx = NULL; in ml_kem_gen_init() local
751 PROV_ML_KEM_GEN_CTX *gctx = vgctx; in ml_kem_gen() local
795 PROV_ML_KEM_GEN_CTX *gctx = vgctx; in ml_kem_gen_cleanup() local
H A Dmlx_kmgmt.c632 PROV_ML_KEM_GEN_CTX *gctx = vgctx; in mlx_kem_gen_set_params() local
654 PROV_ML_KEM_GEN_CTX *gctx = NULL; in mlx_kem_gen_init() local
688 PROV_ML_KEM_GEN_CTX *gctx = vgctx; in mlx_kem_gen() local
723 PROV_ML_KEM_GEN_CTX *gctx = vgctx; in mlx_kem_gen_cleanup() local
/freebsd/crypto/heimdal/kadmin/
H A Drpc.c739 struct gctx { struct
756 struct gctx gctx; in process_stream() local
/freebsd/crypto/openssl/crypto/evp/
H A De_aria.c219 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, ctx); in aria_gcm_init_key() local
258 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, c); in aria_gcm_ctrl() local
401 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, ctx); in aria_gcm_tls_cipher() local
457 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, ctx); in aria_gcm_cipher() local
500 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, ctx); in aria_gcm_cleanup() local
H A De_aes.c139 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ argument
227 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX, ctx); in aesni_gcm_init_key() local
579 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_t4_gcm_init_key() local
1438 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_ctrl() local
1608 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_init_key() local
1654 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_tls_cipher() local
1713 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_cipher() local
1762 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_cleanup() local
2641 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); in aes_gcm_cleanup() local
2652 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); in aes_gcm_ctrl() local
[all …]
/freebsd/contrib/jemalloc/src/
H A Dprof.c826 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, prof_gctx_create() local
847 prof_gctx_try_destroy(tsd_t * tsd,prof_tdata_t * tdata_self,prof_gctx_t * gctx,prof_tdata_t * tdata) prof_gctx_try_destroy() argument
898 prof_gctx_should_destroy(prof_gctx_t * gctx) prof_gctx_should_destroy() argument
914 prof_gctx_t *gctx = tctx->gctx; prof_tctx_destroy() local
993 } gctx, tgctx; prof_lookup_global() local
1076 prof_gctx_t *gctx; prof_lookup() local
1358 prof_tctx_merge_gctx(tsdn_t * tsdn,prof_tctx_t * tctx,prof_gctx_t * gctx) prof_tctx_merge_gctx() argument
1450 prof_dump_gctx_prep(tsdn_t * tsdn,prof_gctx_t * gctx,prof_gctx_tree_t * gctxs) prof_dump_gctx_prep() argument
1474 prof_gctx_merge_iter(prof_gctx_tree_t * gctxs,prof_gctx_t * gctx,void * opaque) prof_gctx_merge_iter() argument
1492 prof_gctx_t *gctx; prof_gctx_finish() local
1618 prof_dump_gctx(tsdn_t * tsdn,bool propagate_err,prof_gctx_t * gctx,const prof_bt_t * bt,prof_gctx_tree_t * gctxs) prof_dump_gctx() argument
1803 prof_gctx_dump_iter(prof_gctx_tree_t * gctxs,prof_gctx_t * gctx,void * opaque) prof_gctx_dump_iter() argument
1831 } gctx; prof_dump_prep() local
/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c82 crypto_ctx_t *gctx = &kcf_ctx->kc_glbl_ctx; in kcf_free_context() local
/freebsd/sys/nfs/
H A Dbootp_subr.c339 allocifctx(struct bootpc_globalcontext *gctx) in allocifctx()
385 bootpc_received(struct bootpc_globalcontext *gctx, in bootpc_received()
483 bootpc_call(struct bootpc_globalcontext *gctx, struct thread *td) in bootpc_call()
917 struct bootpc_globalcontext *gctx, struct thread *td) in bootpc_adjust_interface()
1329 struct bootpc_globalcontext *gctx) in bootpc_decode_reply()
1516 struct bootpc_globalcontext *gctx; /* Global BOOTP context */ in bootpc_init() local
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dlucid_context.c176 krb5_gss_ctx_id_rec * gctx, in make_external_lucid_ctx_v1()
/freebsd/crypto/openssl/include/crypto/
H A Daes_platform.h89 # define AES_GCM_ASM_PPC(gctx) ((gctx)->ctr==aes_p8_ctr32_encrypt_blocks && \ argument
125 # define AES_GCM_ASM(gctx) (((gctx)->ctr==aes_v8_ctr32_encrypt_blocks_unroll12_eor3 || \ argument
/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c350 EVP_PKEY_CTX *gctx = NULL; in test_dh_tofrom_data_select() local
378 EVP_PKEY_CTX *gctx = NULL; in test_dh_paramgen() local
1178 EVP_PKEY_CTX *ctx = NULL, *gctx = NULL; in test_dsa_fromdata_digest_prop() local
H A Dslh_dsa_test.c369 EVP_PKEY_CTX *gctx = NULL, *sctx = NULL, *vctx = NULL; in slh_dsa_usage_test() local
439 EVP_PKEY_CTX *gctx = NULL, *sctx = NULL, *vctx = NULL, *dupctx = NULL; in slh_dsa_deterministic_usage_test() local
H A Devp_libctx_test.c740 EVP_PKEY_CTX *gctx = NULL; in gen_dh_key() local
H A Dfake_rsaprov.c253 unsigned char *gctx = NULL; in fake_rsa_gen_init() local
265 unsigned char *gctx = genctx; in fake_rsa_gen() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h62 prof_gctx_t *gctx; global() member
[all...]
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c2068 svm_dr_enter_guest(struct svm_regctx *gctx) in svm_dr_enter_guest()
2099 svm_dr_leave_guest(struct svm_regctx *gctx) in svm_dr_leave_guest()
2127 struct svm_regctx *gctx; in svm_run() local

12