Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c384 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 Ddh_kmgmt.c448 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 Decx_kmgmt.c479 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 Ddsa_kmgmt.c409 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 Dec_kmgmt.c998 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 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
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Drpc.c737 struct gctx { struct
754 struct gctx gctx; in process_stream() argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aria.c211 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 De_aes.c260 # 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 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
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 De_aes.c139 # 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 Dbootp_subr.c450 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 Dtls-provider.c591 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 Devp_extra_test2.c338 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 Dfake_rsaprov.c232 unsigned char *gctx = NULL; in fake_rsa_gen_init() local
244 unsigned char *gctx = genctx; in fake_rsa_gen() local
H A Devp_libctx_test.c663 EVP_PKEY_CTX *gctx = NULL; in gen_dh_key() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atom.c200 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 Damdgpu_atom.c186 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 Dreq.c1457 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c1505 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local