/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | rpc.c | 737 struct gctx { struct 754 struct gctx gctx; in process_stream() argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_aria.c | 211 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); in aria_gcm_init_key() local 249 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,c); in aria_gcm_ctrl() local 396 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); in aria_gcm_tls_cipher() local 452 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); in aria_gcm_cipher() local 495 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, ctx); in aria_gcm_cleanup() local
|
H A D | e_aes.c | 260 # define AES_GCM_ASM(gctx) (gctx->ctr==aesni_ctr32_encrypt_blocks && \ argument 262 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ argument 348 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aesni_gcm_init_key() local 754 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_t4_gcm_init_key() local 1617 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_ctrl() local 1793 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_init_key() local 1827 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_tls_cipher() local 1875 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_cipher() local 1923 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_cleanup() local 2838 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); in aes_gcm_cleanup() local [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | bootp_subr.c | 450 allocifctx(struct bootpc_globalcontext *gctx) in allocifctx() 496 bootpc_received(struct bootpc_globalcontext *gctx, in bootpc_received() 595 bootpc_call(struct bootpc_globalcontext *gctx, struct lwp *td) in bootpc_call() 1023 struct bootpc_globalcontext *gctx, struct lwp *td) in bootpc_adjust_interface() 1422 struct bootpc_globalcontext *gctx) in bootpc_decode_reply() 1587 struct bootpc_globalcontext *gctx; /* Global BOOTP context */ in bootpc_init() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | tls-provider.c | 591 struct xor_gen_ctx *gctx = NULL; in xor_gen_init() local 612 struct xor_gen_ctx *gctx = genctx; in xor_gen_set_params() local 641 struct xor_gen_ctx *gctx = genctx; in xor_gen() local
|
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
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_atom.c | 200 struct atom_context *gctx = ctx->ctx; in atom_get_src_int() local 470 struct atom_context *gctx = ctx->ctx; in atom_put_dst() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_atom.c | 186 struct atom_context *gctx = ctx->ctx; in atom_get_src_int() local 456 struct atom_context *gctx = ctx->ctx; in atom_put_dst() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | req.c | 1457 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | req.c | 1505 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local
|