Home
last modified time | relevance | path

Searched defs:cipher (Results 151 - 175 of 721) sorted by relevance

12345678910>>...29

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c52 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 Dmac_legacy_kmgmt.c61 PROV_CIPHER cipher; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_pbe.c93 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 Dasymcipher.c25 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 Dbio_enc.c35 EVP_CIPHER_CTX *cipher; member
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dgenpkey.c70 EVP_CIPHER *cipher = NULL; in genpkey_main() local
H A Dpkcs8.c77 EVP_CIPHER *cipher = NULL; in pkcs8_main() local
[all...]
H A Dpkey.c74 EVP_CIPHER *cipher = NULL; in pkey_main() local
/third_party/openssl/test/
H A Dsslcorrupttest.c163 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk_ciphers, i); in setup_cipher_list() local
H A Devp_fetch_prov_test.c241 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 Dasymcipher.c25 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 Dbio_enc.c35 EVP_CIPHER_CTX *cipher; member
[all...]
H A Devp_pbe.c93 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 Dpkcs8.c77 EVP_CIPHER *cipher = NULL; in pkcs8_main() local
[all...]
H A Dpkey.c74 EVP_CIPHER *cipher = NULL; in pkey_main() local
H A Dgenpkey.c70 EVP_CIPHER *cipher = NULL; in genpkey_main() local
/third_party/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c61 PROV_CIPHER cipher; member
[all...]
/third_party/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c52 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 Dcms.h140 const EVP_CIPHER *cipher, unsigned int flags); variable
/third_party/openssl/test/helpers/
H A Dhandshake.h77 char *cipher; member
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs142 pub mod cipher; modules
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_sake.c24 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_sake.c23 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_common.c117 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 Dmesh.c75 int cipher; in mesh_config_create() local
[all...]

Completed in 14 milliseconds

12345678910>>...29