Searched refs:cipher_alg (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
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()
|
D | tlsv1_record.h | 46 enum crypto_cipher_alg cipher_alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
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()
|
D | tlsv1_record.h | 46 enum crypto_cipher_alg cipher_alg; member
|
/third_party/mbedtls/library/ |
D | oid.c | 566 mbedtls_cipher_type_t cipher_alg; member 585 FN_OID_TYPED_FROM_ASN1(oid_cipher_alg_t, cipher_alg, oid_cipher_alg) 586 …T_ATTR1(mbedtls_oid_get_cipher_alg, oid_cipher_alg_t, cipher_alg, mbedtls_cipher_type_t, cipher_al… 709 mbedtls_cipher_type_t cipher_alg; member 729 …oid_pkcs12_pbe_alg_t, pkcs12_pbe_alg, mbedtls_md_type_t, md_alg, mbedtls_cipher_type_t, cipher_alg) in FN_OID_TYPED_FROM_ASN1()
|
D | pkcs5.c | 124 mbedtls_cipher_type_t cipher_alg; in mbedtls_pkcs5_pbes2() local 166 if( mbedtls_oid_get_cipher_alg( &enc_scheme_oid, &cipher_alg ) != 0 ) in mbedtls_pkcs5_pbes2() 169 cipher_info = mbedtls_cipher_info_from_type( cipher_alg ); in mbedtls_pkcs5_pbes2()
|
D | pkparse.c | 1114 mbedtls_cipher_type_t cipher_alg; in pk_parse_key_pkcs8_encrypted_der() local 1159 if( mbedtls_oid_get_pkcs12_pbe_alg( &pbe_alg_oid, &md_alg, &cipher_alg ) == 0 ) in pk_parse_key_pkcs8_encrypted_der() 1162 cipher_alg, md_alg, in pk_parse_key_pkcs8_encrypted_der()
|
/third_party/mbedtls/include/mbedtls/ |
D | oid.h | 621 int mbedtls_oid_get_cipher_alg( const mbedtls_asn1_buf *oid, mbedtls_cipher_type_t *cipher_alg ); 636 mbedtls_cipher_type_t *cipher_alg );
|