Searched refs:cipher_alg (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_record.c | 61 rl->cipher_alg = data->alg; in tlsv1_record_set_cipher_suite() 86 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) { in tlsv1_record_change_write_cipher() 87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_write_cipher() 120 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) { in tlsv1_record_change_read_cipher() 121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_read_cipher()
|
H A D | tlsv1_record.h | 46 enum crypto_cipher_alg cipher_alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_record.c | 61 rl->cipher_alg = data->alg; in tlsv1_record_set_cipher_suite() 86 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) { in tlsv1_record_change_write_cipher() 87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_write_cipher() 120 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) { in tlsv1_record_change_read_cipher() 121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_read_cipher()
|
H A D | tlsv1_record.h | 46 enum crypto_cipher_alg cipher_alg; member
|
/third_party/mbedtls/library/ |
H A D | oid.c | 673 mbedtls_cipher_type_t cipher_alg; member 704 FN_OID_TYPED_FROM_ASN1(oid_cipher_alg_t, cipher_alg, oid_cipher_alg) 707 cipher_alg, 709 cipher_alg) 888 mbedtls_cipher_type_t cipher_alg; member 918 cipher_alg) in FN_OID_TYPED_FROM_ASN1()
|
H A D | pkcs5.c | 142 mbedtls_cipher_type_t cipher_alg; in mbedtls_pkcs5_pbes2_ext() local 182 if (mbedtls_oid_get_cipher_alg(&enc_scheme_oid, &cipher_alg) != 0) { in mbedtls_pkcs5_pbes2_ext() 186 cipher_info = mbedtls_cipher_info_from_type(cipher_alg); in mbedtls_pkcs5_pbes2_ext()
|
H A D | pkparse.c | 877 mbedtls_cipher_type_t cipher_alg; in mbedtls_pk_parse_key_pkcs8_encrypted_der() local 925 if (mbedtls_oid_get_pkcs12_pbe_alg(&pbe_alg_oid, &md_alg, &cipher_alg) == 0) { in mbedtls_pk_parse_key_pkcs8_encrypted_der() 927 cipher_alg, md_alg, in mbedtls_pk_parse_key_pkcs8_encrypted_der()
|
H A D | psa_crypto_core.h | 45 * \param cipher_alg The cipher algorithm (ignored for now). 49 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg);
|
H A D | psa_crypto.c | 290 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg) in psa_can_do_cipher() argument 293 (void) cipher_alg; in psa_can_do_cipher()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | oid.h | 701 * \param cipher_alg place to store cipher algorithm 705 int mbedtls_oid_get_cipher_alg(const mbedtls_asn1_buf *oid, mbedtls_cipher_type_t *cipher_alg); 714 * \param cipher_alg place to store cipher algorithm 719 mbedtls_cipher_type_t *cipher_alg);
|
Completed in 19 milliseconds