Home
last modified time | relevance | path

Searched defs:gctx (Results 1 - 23 of 23) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Datrac.c67 av_cold void ff_atrac_init_gain_compensation(AtracGCContext *gctx, int id2exp_offset, in ff_atrac_init_gain_compensation() argument
85 void ff_atrac_gain_compensation(AtracGCContext *gctx, float *in, float *prev, in ff_atrac_gain_compensation() argument
[all...]
/third_party/node/deps/openssl/openssl/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); cmac_gen_init() local
422 struct mac_gen_ctx *gctx = genctx; mac_gen_set_params() local
448 struct mac_gen_ctx *gctx = genctx; cmac_gen_set_params() local
485 struct mac_gen_ctx *gctx = genctx; mac_gen() local
528 struct mac_gen_ctx *gctx = genctx; mac_gen_cleanup() local
[all...]
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; rsa_gen_set_params() local
579 struct rsa_gen_ctx *gctx = genctx; rsa_gen() local
641 struct rsa_gen_ctx *gctx = genctx; rsa_gen_cleanup() local
[all...]
H A Ddh_kmgmt.c448 struct dh_gen_ctx *gctx = NULL; in dh_gen_init_base() local
499 struct dh_gen_ctx *gctx = genctx; dh_gen_set_template() local
508 dh_set_gen_seed(struct dh_gen_ctx *gctx, unsigned char *seed, size_t seedlen) dh_set_gen_seed() argument
525 struct dh_gen_ctx *gctx = genctx; dh_gen_common_set_params() local
600 struct dh_gen_ctx *gctx = genctx; dhx_gen_set_params() local
654 struct dh_gen_ctx *gctx = genctx; dh_gen_set_params() local
681 struct dh_gen_ctx *gctx = BN_GENCB_get_arg(cb); dh_gencb() local
693 struct dh_gen_ctx *gctx = genctx; dh_gen() local
794 struct dh_gen_ctx *gctx = genctx; dh_gen_cleanup() local
[all...]
H A Ddsa_kmgmt.c409 struct dsa_gen_ctx *gctx = NULL; in dsa_gen_init() local
437 struct dsa_gen_ctx *gctx = genctx; dsa_gen_set_template() local
446 dsa_set_gen_seed(struct dsa_gen_ctx *gctx, unsigned char *seed, size_t seedlen) dsa_set_gen_seed() argument
463 struct dsa_gen_ctx *gctx = genctx; dsa_gen_set_params() local
544 struct dsa_gen_ctx *gctx = BN_GENCB_get_arg(cb); dsa_gencb() local
555 struct dsa_gen_ctx *gctx = genctx; dsa_gen() local
626 struct dsa_gen_ctx *gctx = genctx; dsa_gen_cleanup() local
[all...]
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); sm2_gen_init() local
1037 struct ec_gen_ctx *gctx = genctx; ec_gen_set_group() local
1052 struct ec_gen_ctx *gctx = genctx; ec_gen_set_template() local
1103 struct ec_gen_ctx *gctx = genctx; ec_gen_set_params() local
1131 ec_gen_set_group_from_params(struct ec_gen_ctx *gctx) ec_gen_set_group_from_params() argument
1244 struct ec_gen_ctx *gctx = genctx; ec_gen() local
1300 struct ec_gen_ctx *gctx = genctx; sm2_gen() local
1347 struct ec_gen_ctx *gctx = genctx; ec_gen_cleanup() local
[all...]
H A Decx_kmgmt.c479 struct ecx_gen_ctx *gctx = NULL; in ecx_gen_init() local
522 struct ecx_gen_ctx *gctx = genctx; ecx_gen_set_params() local
579 ecx_gen(struct ecx_gen_ctx *gctx) ecx_gen() argument
634 struct ecx_gen_ctx *gctx = genctx; x25519_gen() local
648 struct ecx_gen_ctx *gctx = genctx; x448_gen() local
662 struct ecx_gen_ctx *gctx = genctx; ed25519_gen() local
679 struct ecx_gen_ctx *gctx = genctx; ed448_gen() local
695 struct ecx_gen_ctx *gctx = genctx; ecx_gen_cleanup() local
831 s390x_ecx_keygen25519(struct ecx_gen_ctx *gctx) s390x_ecx_keygen25519() argument
875 s390x_ecx_keygen448(struct ecx_gen_ctx *gctx) s390x_ecx_keygen448() argument
920 s390x_ecd_keygen25519(struct ecx_gen_ctx *gctx) s390x_ecd_keygen25519() argument
984 s390x_ecd_keygen448(struct ecx_gen_ctx *gctx) s390x_ecd_keygen448() argument
[all...]
/third_party/node/deps/openssl/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); aria_gcm_ctrl() local
405 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); aria_gcm_tls_cipher() local
461 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); aria_gcm_cipher() local
504 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, ctx); aria_gcm_cleanup() local
[all...]
H A De_aes.c226 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); aes_t4_gcm_init_key() local
1348 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); s390x_aes_gcm_ctrl() local
1522 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); s390x_aes_gcm_init_key() local
1563 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); s390x_aes_gcm_tls_cipher() local
1622 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); s390x_aes_gcm_cipher() local
1671 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); s390x_aes_gcm_cleanup() local
2553 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); aes_gcm_cleanup() local
2564 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); aes_gcm_ctrl() local
2707 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); aes_gcm_init_key() local
2787 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); aes_gcm_tls_cipher() local
2923 aes_gcm_iv_generate(EVP_AES_GCM_CTX *gctx, int offset) aes_gcm_iv_generate() argument
2941 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); aes_gcm_cipher() local
[all...]
/third_party/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); aria_gcm_ctrl() local
405 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); aria_gcm_tls_cipher() local
461 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX,ctx); aria_gcm_cipher() local
504 EVP_ARIA_GCM_CTX *gctx = EVP_C_DATA(EVP_ARIA_GCM_CTX, ctx); aria_gcm_cleanup() local
[all...]
H A De_aes.c226 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); aes_t4_gcm_init_key() local
1354 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); s390x_aes_gcm_ctrl() local
1528 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); s390x_aes_gcm_init_key() local
1569 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); s390x_aes_gcm_tls_cipher() local
1628 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); s390x_aes_gcm_cipher() local
1677 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); s390x_aes_gcm_cleanup() local
2559 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); aes_gcm_cleanup() local
2570 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); aes_gcm_ctrl() local
2713 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); aes_gcm_init_key() local
2793 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); aes_gcm_tls_cipher() local
2929 aes_gcm_iv_generate(EVP_AES_GCM_CTX *gctx, int offset) aes_gcm_iv_generate() argument
2947 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); aes_gcm_cipher() local
[all...]
/third_party/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c381 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); cmac_gen_init() local
419 struct mac_gen_ctx *gctx = genctx; mac_gen_set_params() local
445 struct mac_gen_ctx *gctx = genctx; cmac_gen_set_params() local
482 struct mac_gen_ctx *gctx = genctx; mac_gen() local
525 struct mac_gen_ctx *gctx = genctx; mac_gen_cleanup() local
[all...]
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; rsa_gen_set_params() local
579 struct rsa_gen_ctx *gctx = genctx; rsa_gen() local
641 struct rsa_gen_ctx *gctx = genctx; rsa_gen_cleanup() local
[all...]
H A Ddh_kmgmt.c445 struct dh_gen_ctx *gctx = NULL; in dh_gen_init_base() local
496 struct dh_gen_ctx *gctx = genctx; dh_gen_set_template() local
505 dh_set_gen_seed(struct dh_gen_ctx *gctx, unsigned char *seed, size_t seedlen) dh_set_gen_seed() argument
522 struct dh_gen_ctx *gctx = genctx; dh_gen_common_set_params() local
597 struct dh_gen_ctx *gctx = genctx; dhx_gen_set_params() local
651 struct dh_gen_ctx *gctx = genctx; dh_gen_set_params() local
678 struct dh_gen_ctx *gctx = BN_GENCB_get_arg(cb); dh_gencb() local
690 struct dh_gen_ctx *gctx = genctx; dh_gen() local
791 struct dh_gen_ctx *gctx = genctx; dh_gen_cleanup() local
[all...]
H A Ddsa_kmgmt.c406 struct dsa_gen_ctx *gctx = NULL; in dsa_gen_init() local
434 struct dsa_gen_ctx *gctx = genctx; dsa_gen_set_template() local
443 dsa_set_gen_seed(struct dsa_gen_ctx *gctx, unsigned char *seed, size_t seedlen) dsa_set_gen_seed() argument
460 struct dsa_gen_ctx *gctx = genctx; dsa_gen_set_params() local
541 struct dsa_gen_ctx *gctx = BN_GENCB_get_arg(cb); dsa_gencb() local
552 struct dsa_gen_ctx *gctx = genctx; dsa_gen() local
623 struct dsa_gen_ctx *gctx = genctx; dsa_gen_cleanup() local
[all...]
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); sm2_gen_init() local
1037 struct ec_gen_ctx *gctx = genctx; ec_gen_set_group() local
1052 struct ec_gen_ctx *gctx = genctx; ec_gen_set_template() local
1103 struct ec_gen_ctx *gctx = genctx; ec_gen_set_params() local
1131 ec_gen_set_group_from_params(struct ec_gen_ctx *gctx) ec_gen_set_group_from_params() argument
1244 struct ec_gen_ctx *gctx = genctx; ec_gen() local
1300 struct ec_gen_ctx *gctx = genctx; sm2_gen() local
1347 struct ec_gen_ctx *gctx = genctx; ec_gen_cleanup() local
[all...]
H A Decx_kmgmt.c476 struct ecx_gen_ctx *gctx = NULL; in ecx_gen_init() local
519 struct ecx_gen_ctx *gctx = genctx; ecx_gen_set_params() local
576 ecx_gen(struct ecx_gen_ctx *gctx) ecx_gen() argument
631 struct ecx_gen_ctx *gctx = genctx; x25519_gen() local
645 struct ecx_gen_ctx *gctx = genctx; x448_gen() local
659 struct ecx_gen_ctx *gctx = genctx; ed25519_gen() local
676 struct ecx_gen_ctx *gctx = genctx; ed448_gen() local
692 struct ecx_gen_ctx *gctx = genctx; ecx_gen_cleanup() local
828 s390x_ecx_keygen25519(struct ecx_gen_ctx *gctx) s390x_ecx_keygen25519() argument
872 s390x_ecx_keygen448(struct ecx_gen_ctx *gctx) s390x_ecx_keygen448() argument
917 s390x_ecd_keygen25519(struct ecx_gen_ctx *gctx) s390x_ecd_keygen25519() argument
981 s390x_ecd_keygen448(struct ecx_gen_ctx *gctx) s390x_ecd_keygen448() argument
[all...]
/third_party/openssl/test/
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
H A Dtls-provider.c587 struct xor_gen_ctx *gctx = NULL; in xor_gen_init() local
608 struct xor_gen_ctx *gctx = genctx; in xor_gen_set_params() local
637 struct xor_gen_ctx *gctx = genctx; xor_gen() local
[all...]
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; test_dsa_fromdata_digest_prop() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dreq.c1505 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local
[all...]
/third_party/openssl/apps/
H A Dreq.c1503 EVP_PKEY_CTX *gctx = NULL; in set_keygen_ctx() local
[all...]

Completed in 31 milliseconds