| /third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
| H A D | krb5kdf.c | 52 PROV_CIPHER cipher; member 109 const EVP_CIPHER *cipher; in krb5kdf_derive() local 174 const EVP_CIPHER *cipher; krb5kdf_get_ctx_params() local 326 cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len) cipher_init() argument 355 KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len, const unsigned char *constant, size_t constant_len, unsigned char *okey, size_t okey_len) KRB5KDF() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
| H A D | mac_legacy_kmgmt.c | 61 PROV_CIPHER cipher; member [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_pbe.c | 93 const EVP_CIPHER *cipher = NULL; in EVP_PBE_CipherInit_ex() local 223 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add() argument [all...] |
| H A D | asymcipher.c | 25 EVP_ASYM_CIPHER *cipher = NULL; in evp_pkey_asym_cipher_init() local 304 EVP_ASYM_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_ASYM_CIPHER)); evp_asym_cipher_new() local 329 EVP_ASYM_CIPHER *cipher = NULL; evp_asym_cipher_from_algorithm() local 441 EVP_ASYM_CIPHER_free(EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_free() argument 456 EVP_ASYM_CIPHER_up_ref(EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_up_ref() argument 464 EVP_ASYM_CIPHER_get0_provider(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_provider() argument 489 EVP_ASYM_CIPHER_is_a(const EVP_ASYM_CIPHER *cipher, const char *name) EVP_ASYM_CIPHER_is_a() argument 494 evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher) evp_asym_cipher_get_number() argument 499 EVP_ASYM_CIPHER_get0_name(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_name() argument 504 EVP_ASYM_CIPHER_get0_description(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_description() argument 509 EVP_ASYM_CIPHER_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_ASYM_CIPHER *cipher, void *arg), void *arg) EVP_ASYM_CIPHER_do_all_provided() argument 522 EVP_ASYM_CIPHER_names_do_all(const EVP_ASYM_CIPHER *cipher, void (*fn)(const char *name, void *data), void *data) EVP_ASYM_CIPHER_names_do_all() argument [all...] |
| H A D | bio_enc.c | 35 EVP_CIPHER_CTX *cipher; member [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | genpkey.c | 70 EVP_CIPHER *cipher = NULL; in genpkey_main() local
|
| H A D | pkcs8.c | 77 EVP_CIPHER *cipher = NULL; in pkcs8_main() local [all...] |
| H A D | pkey.c | 74 EVP_CIPHER *cipher = NULL; in pkey_main() local
|
| /third_party/openssl/test/ |
| H A D | sslcorrupttest.c | 163 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk_ciphers, i); in setup_cipher_list() local
|
| H A D | evp_fetch_prov_test.c | 241 static int encrypt_decrypt(const EVP_CIPHER *cipher, const unsigned char *msg, in encrypt_decrypt() argument 266 static int test_cipher(const EVP_CIPHER *cipher) in test_cipher() argument 290 EVP_CIPHER *cipher = NULL; in test_explicit_EVP_CIPHER_fetch() local [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | asymcipher.c | 25 EVP_ASYM_CIPHER *cipher = NULL; in evp_pkey_asym_cipher_init() local 304 EVP_ASYM_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_ASYM_CIPHER)); evp_asym_cipher_new() local 329 EVP_ASYM_CIPHER *cipher = NULL; evp_asym_cipher_from_algorithm() local 441 EVP_ASYM_CIPHER_free(EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_free() argument 456 EVP_ASYM_CIPHER_up_ref(EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_up_ref() argument 464 EVP_ASYM_CIPHER_get0_provider(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_provider() argument 489 EVP_ASYM_CIPHER_is_a(const EVP_ASYM_CIPHER *cipher, const char *name) EVP_ASYM_CIPHER_is_a() argument 494 evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher) evp_asym_cipher_get_number() argument 499 EVP_ASYM_CIPHER_get0_name(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_name() argument 504 EVP_ASYM_CIPHER_get0_description(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_description() argument 509 EVP_ASYM_CIPHER_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_ASYM_CIPHER *cipher, void *arg), void *arg) EVP_ASYM_CIPHER_do_all_provided() argument 522 EVP_ASYM_CIPHER_names_do_all(const EVP_ASYM_CIPHER *cipher, void (*fn)(const char *name, void *data), void *data) EVP_ASYM_CIPHER_names_do_all() argument [all...] |
| H A D | bio_enc.c | 35 EVP_CIPHER_CTX *cipher; member [all...] |
| H A D | evp_pbe.c | 93 const EVP_CIPHER *cipher = NULL; in EVP_PBE_CipherInit_ex() local 223 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | pkcs8.c | 77 EVP_CIPHER *cipher = NULL; in pkcs8_main() local [all...] |
| H A D | pkey.c | 74 EVP_CIPHER *cipher = NULL; in pkey_main() local
|
| H A D | genpkey.c | 70 EVP_CIPHER *cipher = NULL; in genpkey_main() local
|
| /third_party/openssl/providers/implementations/keymgmt/ |
| H A D | mac_legacy_kmgmt.c | 61 PROV_CIPHER cipher; member [all...] |
| /third_party/openssl/providers/implementations/kdfs/ |
| H A D | krb5kdf.c | 52 PROV_CIPHER cipher; member 109 const EVP_CIPHER *cipher; in krb5kdf_derive() local 174 const EVP_CIPHER *cipher; krb5kdf_get_ctx_params() local 326 cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len) cipher_init() argument 355 KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len, const unsigned char *constant, size_t constant_len, unsigned char *okey, size_t okey_len) KRB5KDF() argument [all...] |
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | cms.h | 140 const EVP_CIPHER *cipher, unsigned int flags); variable
|
| /third_party/openssl/test/helpers/ |
| H A D | handshake.h | 77 char *cipher; member
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | lib.rs | 142 pub mod cipher; modules
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_sake.c | 24 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_server_sake.c | 23 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | tlsv1_common.c | 117 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data() argument 127 int tls_server_key_exchange_allowed(tls_cipher cipher) in tls_server_key_exchange_allowed() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | mesh.c | 75 int cipher; in mesh_config_create() local [all...] |