Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsdp.c828 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()
Drtsp.h484 char crypto_suite[40]; member
Drtsp.c655 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/
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.c1898 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/
Ddpp_supplicant.c2844 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()