/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 384 struct mac_gen_ctx *gctx = NULL; in mac_gen_init_common() local 399 struct mac_gen_ctx *gctx = mac_gen_init_common(provctx, selection); in mac_gen_init() local 411 struct mac_gen_ctx *gctx = mac_gen_init_common(provctx, selection); in cmac_gen_init() local 422 struct mac_gen_ctx *gctx = genctx; in mac_gen_set_params() local 448 struct mac_gen_ctx *gctx = genctx; in cmac_gen_set_params() local 485 struct mac_gen_ctx *gctx = genctx; in mac_gen() local 528 struct mac_gen_ctx *gctx = genctx; in mac_gen_cleanup() local
|
H A D | dh_kmgmt.c | 448 struct dh_gen_ctx *gctx = NULL; in dh_gen_init_base() local 499 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_template() local 508 static int dh_set_gen_seed(struct dh_gen_ctx *gctx, unsigned char *seed, in dh_set_gen_seed() 525 struct dh_gen_ctx *gctx = genctx; in dh_gen_common_set_params() local 600 struct dh_gen_ctx *gctx = genctx; in dhx_gen_set_params() local 654 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_params() local 681 struct dh_gen_ctx *gctx = BN_GENCB_get_arg(cb); in dh_gencb() local 693 struct dh_gen_ctx *gctx = genctx; in dh_gen() local 794 struct dh_gen_ctx *gctx = genctx; in dh_gen_cleanup() local
|
H A D | ecx_kmgmt.c | 479 struct ecx_gen_ctx *gctx = NULL; in ecx_gen_init() local 522 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_set_params() local 579 static void *ecx_gen(struct ecx_gen_ctx *gctx) in ecx_gen() 634 struct ecx_gen_ctx *gctx = genctx; in x25519_gen() local 648 struct ecx_gen_ctx *gctx = genctx; in x448_gen() local 662 struct ecx_gen_ctx *gctx = genctx; in ed25519_gen() local 679 struct ecx_gen_ctx *gctx = genctx; in ed448_gen() local 695 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_cleanup() local 875 static void *s390x_ecx_keygen448(struct ecx_gen_ctx *gctx) in s390x_ecx_keygen448() 920 static void *s390x_ecd_keygen25519(struct ecx_gen_ctx *gctx) in s390x_ecd_keygen25519() [all …]
|
H A D | dsa_kmgmt.c | 409 struct dsa_gen_ctx *gctx = NULL; in dsa_gen_init() local 437 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_set_template() local 446 static int dsa_set_gen_seed(struct dsa_gen_ctx *gctx, unsigned char *seed, in dsa_set_gen_seed() 463 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_set_params() local 544 struct dsa_gen_ctx *gctx = BN_GENCB_get_arg(cb); in dsa_gencb() local 555 struct dsa_gen_ctx *gctx = genctx; in dsa_gen() local 626 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_cleanup() local
|
H A D | ec_kmgmt.c | 998 struct ec_gen_ctx *gctx = NULL; in ec_gen_init() local 1020 struct ec_gen_ctx *gctx = ec_gen_init(provctx, selection, params); in sm2_gen_init() local 1037 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_group() local 1052 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_template() local 1103 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_params() local 1131 static int ec_gen_set_group_from_params(struct ec_gen_ctx *gctx) in ec_gen_set_group_from_params() 1244 struct ec_gen_ctx *gctx = genctx; in ec_gen() local 1300 struct ec_gen_ctx *gctx = genctx; in sm2_gen() local 1347 struct ec_gen_ctx *gctx = genctx; in ec_gen_cleanup() local
|
H A D | rsa_kmgmt.c | 442 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
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | rpc.c | 739 struct gctx { struct 756 struct gctx gctx; in process_stream() local
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aria.c | 219 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 405 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); in aria_gcm_tls_cipher() local 461 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); in aria_gcm_cipher() local 504 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, ctx); in aria_gcm_cleanup() local
|
H A D | e_aes.c | 139 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ argument 226 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aesni_gcm_init_key() local 549 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_t4_gcm_init_key() local 1348 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_ctrl() local 1522 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_init_key() local 1563 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_tls_cipher() local 1622 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_cipher() local 1671 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_cleanup() local 2553 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); in aes_gcm_cleanup() local 2564 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 D | prof.c | 826 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create() local 847 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, in prof_gctx_try_destroy() 898 prof_gctx_should_destroy(prof_gctx_t *gctx) { in prof_gctx_should_destroy() 914 prof_gctx_t *gctx = tctx->gctx; in prof_tctx_destroy() local 993 } gctx, tgctx; in prof_lookup_global() local 1076 prof_gctx_t *gctx; in prof_lookup() local 1358 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) { in prof_tctx_merge_gctx() 1450 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) { in prof_dump_gctx_prep() 1474 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_merge_iter() 1492 prof_gctx_t *gctx; in prof_gctx_finish() local [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/core/ |
H A D | kcf_sched.c | 81 crypto_ctx_t *gctx = &kcf_ctx->kc_glbl_ctx; in kcf_free_context() local
|
/freebsd/sys/nfs/ |
H A D | bootp_subr.c | 339 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/openssl/test/ |
H A D | tls-provider.c | 585 struct xor_gen_ctx *gctx = NULL; xor_gen_init() local 606 struct xor_gen_ctx *gctx = genctx; xor_gen_set_params() local 635 struct xor_gen_ctx *gctx = genctx; xor_gen() local [all...] |
H A D | evp_extra_test2.c | 338 EVP_PKEY_CTX *gctx = NULL; in test_dh_tofrom_data_select() local 366 EVP_PKEY_CTX *gctx = NULL; in test_dh_paramgen() local 1034 EVP_PKEY_CTX *ctx = NULL, *gctx = NULL; in test_dsa_fromdata_digest_prop() local
|
H A D | fake_rsaprov.c | 232 unsigned char *gctx = NULL; in fake_rsa_gen_init() local 244 unsigned char *gctx = genctx; in fake_rsa_gen() local
|
H A D | evp_libctx_test.c | 663 EVP_PKEY_CTX *gctx = NULL; in gen_dh_key() local
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | aes_platform.h | 108 # define AES_GCM_ASM(gctx) ((gctx)->ctr==aes_v8_ctr32_encrypt_blocks && \ argument
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_structs.h | 62 prof_gctx_t *gctx; member
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 2049 svm_dr_enter_guest(struct svm_regctx *gctx) in svm_dr_enter_guest() 2080 svm_dr_leave_guest(struct svm_regctx *gctx) in svm_dr_leave_guest() 2108 struct svm_regctx *gctx; in svm_run() local
|
/freebsd/crypto/openssl/apps/ |
H A D | req.c | 1505 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local [all...] |