Home
last modified time | relevance | path

Searched refs:cipher_alg (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_record.c61 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 Dtlsv1_record.h46 enum crypto_cipher_alg cipher_alg; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_record.c61 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 Dtlsv1_record.h46 enum crypto_cipher_alg cipher_alg; member
/third_party/mbedtls/library/
H A Doid.c673 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 Dpkcs5.c142 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 Dpkparse.c877 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 Dpsa_crypto_core.h45 * \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 Dpsa_crypto.c290 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 Doid.h701 * \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