Home
last modified time | relevance | path

Searched refs:crypto_suite (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsdp.c892 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()
Drtsp.h483 char crypto_suite[40]; member
Drtsp.c652 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/
Ddpp_hostapd.c1331 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/
Ddpp_supplicant.c1782 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/
Ddpp_hostapd.c1904 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/
Ddpp_supplicant.c2851 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()