/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_des.c | 65 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ecb_cipher() 76 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ofb_cipher() 86 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ofb_cipher() 96 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_cbc_cipher() 104 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cbc_cipher() 113 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cbc_cipher() 125 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb64_cipher() 136 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb64_cipher() 160 DES_cfb_encrypt(c, d, 1, 1, EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb1_cipher() 182 EVP_CIPHER_CTX_get_cipher_data(ct in des_cfb8_cipher() [all...] |
H A D | e_rc4.c | 31 # define data(ctx) ((EVP_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
H A D | e_sm4.c | 29 ossl_sm4_set_key(key, EVP_CIPHER_CTX_get_cipher_data(ctx)); in sm4_init_key()
|
H A D | e_rc4_hmac_md5.c | 42 # define data(ctx) ((EVP_RC4_HMAC_MD5 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
H A D | e_aria.c | 70 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key() 74 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key()
|
H A D | e_camellia.c | 56 (EVP_CAMELLIA_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cmll_t4_init_key()
|
/third_party/openssl/crypto/evp/ |
H A D | e_des.c | 65 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ecb_cipher() 76 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ofb_cipher() 86 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ofb_cipher() 96 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_cbc_cipher() 104 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cbc_cipher() 113 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cbc_cipher() 125 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb64_cipher() 136 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb64_cipher() 160 DES_cfb_encrypt(c, d, 1, 1, EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb1_cipher() 182 EVP_CIPHER_CTX_get_cipher_data(ct in des_cfb8_cipher() [all...] |
H A D | e_rc4.c | 31 # define data(ctx) ((EVP_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
H A D | e_sm4.c | 29 ossl_sm4_set_key(key, EVP_CIPHER_CTX_get_cipher_data(ctx)); in sm4_init_key()
|
H A D | e_rc4_hmac_md5.c | 42 # define data(ctx) ((EVP_RC4_HMAC_MD5 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
H A D | e_aria.c | 70 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key() 74 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key()
|
H A D | e_camellia.c | 56 (EVP_CAMELLIA_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cmll_t4_init_key()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_devcrypto.c | 208 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_init() 244 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_do_cipher() 325 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in ctr_do_cipher() 365 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_ctrl() 376 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(to_ctx); in cipher_ctrl() 395 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_cleanup()
|
H A D | e_dasync.c | 634 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_ctrl_helper() 721 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_init_key_helper() 751 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_helper() 791 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_cleanup_helper()
|
H A D | e_afalg.c | 570 actx = EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_init() 637 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_do_cipher() 685 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_cleanup()
|
H A D | e_padlock.c | 310 NEAREST_ALIGNED(EVP_CIPHER_CTX_get_cipher_data(ctx)))
|
H A D | e_ossltest.c | 778 # define data(ctx) ((EVP_AES_HMAC_SHA1 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
/third_party/openssl/engines/ |
H A D | e_devcrypto.c | 208 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_init() 244 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_do_cipher() 325 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in ctr_do_cipher() 365 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_ctrl() 376 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(to_ctx); in cipher_ctrl() 395 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_cleanup()
|
H A D | e_dasync.c | 634 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_ctrl_helper() 721 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_init_key_helper() 751 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_helper() 791 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_cleanup_helper()
|
H A D | e_afalg.c | 570 actx = EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_init() 637 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_do_cipher() 685 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_cleanup()
|
H A D | e_padlock.c | 310 NEAREST_ALIGNED(EVP_CIPHER_CTX_get_cipher_data(ctx)))
|
H A D | e_ossltest.c | 778 # define data(ctx) ((EVP_AES_HMAC_SHA1 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_openssl.c | 204 # define test(ctx) ((TEST_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
/third_party/openssl/crypto/engine/ |
H A D | eng_openssl.c | 204 # define test(ctx) ((TEST_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | evp.h | 164 ((kstruct *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|