Searched refs:crypto_suite (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | sdp.c | 892 uint8_t *crypto_suite = NULL, *crypto_params = NULL; in av_sdp_create() local 894 &crypto_suite); in av_sdp_create() 897 if (crypto_suite && crypto_suite[0]) in av_sdp_create() 900 crypto_suite, crypto_params); in av_sdp_create() 901 av_free(crypto_suite); in av_sdp_create()
|
D | rtsp.h | 483 char crypto_suite[40]; member
|
D | rtsp.c | 652 get_word(rtsp_st->crypto_suite, sizeof(rtsp_st->crypto_suite), &p); in sdp_parse_line() 875 if (rtsp_st->crypto_suite[0]) in ff_rtsp_open_transport_ctx() 877 rtsp_st->crypto_suite, in ff_rtsp_open_transport_ctx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | dpp_hostapd.c | 1331 u8 crypto_suite; in hostapd_dpp_rx_action() local 1343 crypto_suite = *buf++; in hostapd_dpp_rx_action() 1350 crypto_suite, type, MAC2STR(src), freq); in hostapd_dpp_rx_action() 1351 if (crypto_suite != 1) { in hostapd_dpp_rx_action() 1353 crypto_suite); in hostapd_dpp_rx_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | dpp_supplicant.c | 1782 u8 crypto_suite; in wpas_dpp_rx_action() local 1794 crypto_suite = *buf++; in wpas_dpp_rx_action() 1801 crypto_suite, type, MAC2STR(src), freq); in wpas_dpp_rx_action() 1802 if (crypto_suite != 1) { in wpas_dpp_rx_action() 1804 crypto_suite); in wpas_dpp_rx_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | dpp_hostapd.c | 1904 u8 crypto_suite; in hostapd_dpp_rx_action() local 1916 crypto_suite = *buf++; in hostapd_dpp_rx_action() 1923 crypto_suite, type, MAC2STR_SEC(src), freq); in hostapd_dpp_rx_action() 1924 if (crypto_suite != 1) { in hostapd_dpp_rx_action() 1926 crypto_suite); in hostapd_dpp_rx_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | dpp_supplicant.c | 2851 u8 crypto_suite; in wpas_dpp_rx_action() local 2863 crypto_suite = *buf++; in wpas_dpp_rx_action() 2870 crypto_suite, type, MAC2STR_SEC(src), freq); in wpas_dpp_rx_action() 2871 if (crypto_suite != 1) { in wpas_dpp_rx_action() 2873 crypto_suite); in wpas_dpp_rx_action()
|