| /third_party/openssl/providers/implementations/keymgmt/ |
| D | mac_legacy_kmgmt.c | 381 struct mac_gen_ctx *gctx = NULL; in mac_gen_init_common() local 396 struct mac_gen_ctx *gctx = mac_gen_init_common(provctx, selection); in mac_gen_init() local 408 struct mac_gen_ctx *gctx = mac_gen_init_common(provctx, selection); in cmac_gen_init() local 419 struct mac_gen_ctx *gctx = genctx; in mac_gen_set_params() local 445 struct mac_gen_ctx *gctx = genctx; in cmac_gen_set_params() local 482 struct mac_gen_ctx *gctx = genctx; in mac_gen() local 525 struct mac_gen_ctx *gctx = genctx; in mac_gen_cleanup() local
|
| D | dh_kmgmt.c | 445 struct dh_gen_ctx *gctx = NULL; in dh_gen_init_base() local 496 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_template() local 505 static int dh_set_gen_seed(struct dh_gen_ctx *gctx, unsigned char *seed, in dh_set_gen_seed() 522 struct dh_gen_ctx *gctx = genctx; in dh_gen_common_set_params() local 597 struct dh_gen_ctx *gctx = genctx; in dhx_gen_set_params() local 651 struct dh_gen_ctx *gctx = genctx; in dh_gen_set_params() local 678 struct dh_gen_ctx *gctx = BN_GENCB_get_arg(cb); in dh_gencb() local 690 struct dh_gen_ctx *gctx = genctx; in dh_gen() local 791 struct dh_gen_ctx *gctx = genctx; in dh_gen_cleanup() local
|
| D | ecx_kmgmt.c | 476 struct ecx_gen_ctx *gctx = NULL; in ecx_gen_init() local 519 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_set_params() local 576 static void *ecx_gen(struct ecx_gen_ctx *gctx) in ecx_gen() 631 struct ecx_gen_ctx *gctx = genctx; in x25519_gen() local 645 struct ecx_gen_ctx *gctx = genctx; in x448_gen() local 659 struct ecx_gen_ctx *gctx = genctx; in ed25519_gen() local 676 struct ecx_gen_ctx *gctx = genctx; in ed448_gen() local 692 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_cleanup() local 872 static void *s390x_ecx_keygen448(struct ecx_gen_ctx *gctx) in s390x_ecx_keygen448() 917 static void *s390x_ecd_keygen25519(struct ecx_gen_ctx *gctx) in s390x_ecd_keygen25519() [all …]
|
| D | dsa_kmgmt.c | 405 struct dsa_gen_ctx *gctx = NULL; in dsa_gen_init() local 433 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_set_template() local 442 static int dsa_set_gen_seed(struct dsa_gen_ctx *gctx, unsigned char *seed, in dsa_set_gen_seed() 459 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_set_params() local 540 struct dsa_gen_ctx *gctx = BN_GENCB_get_arg(cb); in dsa_gencb() local 551 struct dsa_gen_ctx *gctx = genctx; in dsa_gen() local 622 struct dsa_gen_ctx *gctx = genctx; in dsa_gen_cleanup() local
|
| D | ec_kmgmt.c | 990 struct ec_gen_ctx *gctx = NULL; in ec_gen_init() local 1012 struct ec_gen_ctx *gctx = ec_gen_init(provctx, selection, params); in sm2_gen_init() local 1029 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_group() local 1044 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_template() local 1095 struct ec_gen_ctx *gctx = genctx; in ec_gen_set_params() local 1123 static int ec_gen_set_group_from_params(struct ec_gen_ctx *gctx) in ec_gen_set_group_from_params() 1236 struct ec_gen_ctx *gctx = genctx; in ec_gen() local 1292 struct ec_gen_ctx *gctx = genctx; in sm2_gen() local 1339 struct ec_gen_ctx *gctx = genctx; in ec_gen_cleanup() local
|
| 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
|
| /third_party/ffmpeg/libavcodec/ |
| D | atrac.c | 69 av_cold void ff_atrac_init_gain_compensation(AtracGCContext *gctx, int id2exp_offset, in ff_atrac_init_gain_compensation() 87 void ff_atrac_gain_compensation(AtracGCContext *gctx, float *in, float *prev, in ff_atrac_gain_compensation()
|
| /third_party/openssl/crypto/evp/ |
| 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
|
| 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 1354 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_ctrl() local 1528 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_init_key() local 1569 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_tls_cipher() local 1628 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_cipher() local 1677 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_cleanup() local 2559 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); in aes_gcm_cleanup() local 2570 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); in aes_gcm_ctrl() local [all …]
|
| /third_party/openssl/test/ |
| D | fake_rsaprov.c | 118 unsigned char *gctx = NULL; in fake_rsa_gen_init() local 130 unsigned char *gctx = genctx; in fake_rsa_gen() local
|
| D | tls-provider.c | 585 struct xor_gen_ctx *gctx = NULL; in xor_gen_init() local 606 struct xor_gen_ctx *gctx = genctx; in xor_gen_set_params() local 635 struct xor_gen_ctx *gctx = genctx; in xor_gen() local
|
| D | evp_libctx_test.c | 663 EVP_PKEY_CTX *gctx = NULL; in gen_dh_key() local
|
| D | evp_extra_test2.c | 337 EVP_PKEY_CTX *gctx = NULL; in test_dh_tofrom_data_select() local
|
| /third_party/openssl/include/crypto/ |
| D | aes_platform.h | 106 # define AES_GCM_ASM(gctx) ((gctx)->ctr==aes_v8_ctr32_encrypt_blocks && \ argument
|
| /third_party/openssl/apps/ |
| D | req.c | 1501 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local
|