Home
last modified time | relevance | path

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

/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.c451 struct dh_gen_ctx *gctx = NULL; in dh_gen_init_base() local
502 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_template() local
511 static int dh_set_gen_seed(struct dh_gen_ctx *gctx, unsigned char *seed, in dh_set_gen_seed()
528 struct dh_gen_ctx *gctx = genctx; in dh_gen_common_set_params() local
606 struct dh_gen_ctx *gctx = genctx; in dhx_gen_set_params() local
660 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_params() local
687 struct dh_gen_ctx *gctx = BN_GENCB_get_arg(cb); in dh_gencb() local
699 struct dh_gen_ctx *gctx = genctx; in dh_gen() local
811 struct dh_gen_ctx *gctx = genctx; in dh_gen_cleanup() local
H A Decx_kmgmt.c494 struct ecx_gen_ctx *gctx = NULL; in ecx_gen_init() local
545 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_set_params() local
681 static void *ecx_gen(struct ecx_gen_ctx *gctx) in ecx_gen()
749 struct ecx_gen_ctx *gctx = genctx; in x25519_gen() local
763 struct ecx_gen_ctx *gctx = genctx; in x448_gen() local
778 struct ecx_gen_ctx *gctx = genctx; in ed25519_gen() local
812 struct ecx_gen_ctx *gctx = genctx; in ed448_gen() local
844 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_cleanup() local
1083 static void *s390x_ecx_keygen448(struct ecx_gen_ctx *gctx) in s390x_ecx_keygen448()
1139 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.c1003 struct ec_gen_ctx *gctx = NULL; in ec_gen_init() local
1026 struct ec_gen_ctx *gctx = ec_gen_init(provctx, selection, params); in sm2_gen_init() local
1042 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_group() local
1057 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_template() local
1108 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
1354 struct ec_gen_ctx *gctx = genctx; in sm2_gen() local
1401 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
/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.c227 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
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
2791 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_gcm_init_key() local
2879 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_gcm_tls_cipher() local
[all …]
/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
/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 Dfake_rsaprov.c238 unsigned char *gctx = NULL; in fake_rsa_gen_init() local
250 unsigned char *gctx = genctx; in fake_rsa_gen() local
H A Devp_libctx_test.c734 EVP_PKEY_CTX *gctx = NULL; in gen_dh_key() local
H A Dtls-provider.c927 struct xor_gen_ctx *gctx = NULL; in xor_gen_init() local
947 struct xor_gen_ctx *gctx = genctx; in xor_gen_set_params() local
976 struct xor_gen_ctx *gctx = genctx; in xor_gen() local
/openssl/apps/
H A Dreq.c1489 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local

Completed in 71 milliseconds