| /third_party/node/deps/openssl/openssl/engines/ |
| H A D | e_ossltest.c | 525 static int ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in ossltest_ciphers() argument
|
| H A D | e_padlock.c | 547 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, in padlock_ciphers() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_enc.c | 82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) evp_cipher_init_internal() argument 434 EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) EVP_CipherInit_ex2() argument 441 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit() argument 449 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit_ex() argument 481 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit() argument 487 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit_ex() argument 494 EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_EncryptInit_ex2() argument 501 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit() argument 507 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit_ex() argument 514 EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_DecryptInit_ex2() argument 1300 EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]) EVP_CIPHER_get_params() argument 1323 EVP_CIPHER_gettable_params(const EVP_CIPHER *cipher) EVP_CIPHER_gettable_params() argument 1331 EVP_CIPHER_settable_ctx_params(const EVP_CIPHER *cipher) EVP_CIPHER_settable_ctx_params() argument 1342 EVP_CIPHER_gettable_ctx_params(const EVP_CIPHER *cipher) EVP_CIPHER_gettable_ctx_params() argument 1378 const EVP_CIPHER *cipher = ctx->cipher; EVP_CIPHER_CTX_get_libctx() local 1477 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); evp_cipher_new() local 1526 EVP_CIPHER *cipher = NULL; evp_cipher_from_algorithm() local 1659 evp_cipher_up_ref(void *cipher) evp_cipher_up_ref() argument 1664 evp_cipher_free(void *cipher) evp_cipher_free() argument 1672 EVP_CIPHER *cipher = EVP_CIPHER_fetch() local 1680 EVP_CIPHER_up_ref(EVP_CIPHER *cipher) EVP_CIPHER_up_ref() argument 1689 evp_cipher_free_int(EVP_CIPHER *cipher) evp_cipher_free_int() argument 1697 EVP_CIPHER_free(EVP_CIPHER *cipher) EVP_CIPHER_free() argument [all...] |
| H A D | evp_local.h | 37 const EVP_CIPHER *cipher; member
|
| /third_party/node/deps/openssl/openssl/crypto/pem/ |
| H A D | pem_lib.c | 240 EVP_CIPHER_INFO cipher; in pem_bytes_read_bio_flags() local 414 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, in PEM_do_header() argument 487 PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) PEM_get_EVP_CIPHER_INFO() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 213 const EVP_CIPHER *cipher; in PKCS7_dataInit() local 404 const EVP_CIPHER *cipher = NULL; in PKCS7_dataDecode() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | enc.c | 121 EVP_CIPHER *cipher = NULL; in enc_main() local 660 const EVP_CIPHER *cipher; show_ciphers() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_smime.c | 223 CMS_ContentInfo *CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, in CMS_EncryptedData_encrypt_ex() argument 252 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, in CMS_EncryptedData_encrypt() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 234 EVP_CIPHER *cipher; in test_r4_cipher() local 259 EVP_CIPHER *cipher; test_r4_40_cipher() local 286 const EVP_CIPHER *cipher; test_cipher_nids() local 298 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) openssl_ciphers() argument [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | tls13_enc.c | 642 const EVP_CIPHER *cipher = NULL; in tls13_change_cipher_state() local [all...] |
| /third_party/openssl/crypto/cms/ |
| H A D | cms_smime.c | 223 CMS_ContentInfo *CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, in CMS_EncryptedData_encrypt_ex() argument 253 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, in CMS_EncryptedData_encrypt() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | enc.c | 121 EVP_CIPHER *cipher = NULL; in enc_main() local 657 const EVP_CIPHER *cipher; show_ciphers() local [all...] |
| /third_party/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 234 EVP_CIPHER *cipher; in test_r4_cipher() local 259 EVP_CIPHER *cipher; test_r4_40_cipher() local 286 const EVP_CIPHER *cipher; test_cipher_nids() local 298 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) openssl_ciphers() argument [all...] |
| /third_party/openssl/crypto/pem/ |
| H A D | pem_lib.c | 240 EVP_CIPHER_INFO cipher; in pem_bytes_read_bio_flags() local 414 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, in PEM_do_header() argument 487 PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) PEM_get_EVP_CIPHER_INFO() argument [all...] |
| /third_party/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 213 const EVP_CIPHER *cipher; in PKCS7_dataInit() local 404 const EVP_CIPHER *cipher = NULL; in PKCS7_dataDecode() local [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | evp_enc.c | 82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) evp_cipher_init_internal() argument 429 EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) EVP_CipherInit_ex2() argument 436 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit() argument 444 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit_ex() argument 476 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit() argument 482 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit_ex() argument 489 EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_EncryptInit_ex2() argument 496 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit() argument 502 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit_ex() argument 509 EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_DecryptInit_ex2() argument 1295 EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]) EVP_CIPHER_get_params() argument 1318 EVP_CIPHER_gettable_params(const EVP_CIPHER *cipher) EVP_CIPHER_gettable_params() argument 1326 EVP_CIPHER_settable_ctx_params(const EVP_CIPHER *cipher) EVP_CIPHER_settable_ctx_params() argument 1337 EVP_CIPHER_gettable_ctx_params(const EVP_CIPHER *cipher) EVP_CIPHER_gettable_ctx_params() argument 1373 const EVP_CIPHER *cipher = ctx->cipher; EVP_CIPHER_CTX_get_libctx() local 1472 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); evp_cipher_new() local 1521 EVP_CIPHER *cipher = NULL; evp_cipher_from_algorithm() local 1654 evp_cipher_up_ref(void *cipher) evp_cipher_up_ref() argument 1659 evp_cipher_free(void *cipher) evp_cipher_free() argument 1667 EVP_CIPHER *cipher = EVP_CIPHER_fetch() local 1675 EVP_CIPHER_up_ref(EVP_CIPHER *cipher) EVP_CIPHER_up_ref() argument 1684 evp_cipher_free_int(EVP_CIPHER *cipher) evp_cipher_free_int() argument 1692 EVP_CIPHER_free(EVP_CIPHER *cipher) EVP_CIPHER_free() argument [all...] |
| H A D | evp_local.h | 37 const EVP_CIPHER *cipher; member
|
| /third_party/openssl/ssl/ |
| H A D | tls13_enc.c | 438 const EVP_CIPHER *cipher = NULL; in tls13_change_cipher_state() local [all...] |
| /third_party/openssl/engines/ |
| H A D | e_padlock.c | 547 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, in padlock_ciphers() argument [all...] |
| H A D | e_ossltest.c | 525 static int ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in ossltest_ciphers() argument
|
| H A D | e_afalg.c | 747 static int afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in afalg_ciphers() argument [all...] |
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | pkcs7.h | 78 const EVP_CIPHER *cipher; member 296 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
|
| /third_party/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon.h | 98 PROV_CIPHER_HW_FN *cipher; member
|
| /third_party/openssl/providers/implementations/kdfs/ |
| H A D | x942kdf.c | 81 EVP_CIPHER *cipher; in find_alg_id() local
|
| /third_party/openssl/test/ |
| H A D | destest.c | 716 EVP_CIPHER *cipher = NULL; in test_des_key_wrap() local 846 EVP_CIPHER *cipher = NULL; in test_des_two_key() local [all...] |