Searched refs:crypto_suite (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | sdp.c | 828 uint8_t *crypto_suite = NULL, *crypto_params = NULL; in av_sdp_create() local 830 &crypto_suite); in av_sdp_create() 833 if (crypto_suite && crypto_suite[0]) in av_sdp_create() 836 crypto_suite, crypto_params); in av_sdp_create() 837 av_free(crypto_suite); in av_sdp_create()
|
D | rtsp.h | 484 char crypto_suite[40]; member
|
D | rtsp.c | 655 get_word(rtsp_st->crypto_suite, sizeof(rtsp_st->crypto_suite), &p); in sdp_parse_line() 878 if (rtsp_st->crypto_suite[0]) in ff_rtsp_open_transport_ctx() 880 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 | 1898 u8 crypto_suite; in hostapd_dpp_rx_action() local 1910 crypto_suite = *buf++; in hostapd_dpp_rx_action() 1917 crypto_suite, type, MAC2STR(src), freq); in hostapd_dpp_rx_action() 1918 if (crypto_suite != 1) { in hostapd_dpp_rx_action() 1920 crypto_suite); in hostapd_dpp_rx_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | dpp_supplicant.c | 2844 u8 crypto_suite; in wpas_dpp_rx_action() local 2856 crypto_suite = *buf++; in wpas_dpp_rx_action() 2863 crypto_suite, type, MAC2STR(src), freq); in wpas_dpp_rx_action() 2864 if (crypto_suite != 1) { in wpas_dpp_rx_action() 2866 crypto_suite); in wpas_dpp_rx_action()
|