Home
last modified time | relevance | path

Searched refs:cipher_alg (Results 1 – 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
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()
Dtlsv1_record.h46 enum crypto_cipher_alg cipher_alg; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
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()
Dtlsv1_record.h46 enum crypto_cipher_alg cipher_alg; member
/third_party/mbedtls/library/
Doid.c634 mbedtls_cipher_type_t cipher_alg; member
653 FN_OID_TYPED_FROM_ASN1(oid_cipher_alg_t, cipher_alg, oid_cipher_alg)
656 cipher_alg,
658 cipher_alg)
783 mbedtls_cipher_type_t cipher_alg; member
813 cipher_alg) in FN_OID_TYPED_FROM_ASN1()
Dpkcs5.c134 mbedtls_cipher_type_t cipher_alg; in mbedtls_pkcs5_pbes2() local
173 if (mbedtls_oid_get_cipher_alg(&enc_scheme_oid, &cipher_alg) != 0) { in mbedtls_pkcs5_pbes2()
177 cipher_info = mbedtls_cipher_info_from_type(cipher_alg); in mbedtls_pkcs5_pbes2()
Dpkparse.c1121 mbedtls_cipher_type_t cipher_alg; in pk_parse_key_pkcs8_encrypted_der() local
1168 if (mbedtls_oid_get_pkcs12_pbe_alg(&pbe_alg_oid, &md_alg, &cipher_alg) == 0) { in pk_parse_key_pkcs8_encrypted_der()
1170 cipher_alg, md_alg, in pk_parse_key_pkcs8_encrypted_der()
/third_party/mbedtls/include/mbedtls/
Doid.h633 int mbedtls_oid_get_cipher_alg(const mbedtls_asn1_buf *oid, mbedtls_cipher_type_t *cipher_alg);
648 mbedtls_cipher_type_t *cipher_alg);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h46243 struct cipher_alg { struct
46271 struct cipher_alg cipher; argument