Searched refs:fst (Results 26 - 50 of 51) sorted by relevance

123

/freebsd-11-stable/sys/dev/random/
H A Dyarrow.c43 #include <crypto/rijndael/rijndael-api-fst.h>
62 #include <crypto/rijndael/rijndael-api-fst.h>
H A Dfortuna.c52 #include <crypto/rijndael/rijndael-api-fst.h>
70 #include <crypto/rijndael/rijndael-api-fst.h>
H A Drandomdev.c52 #include <crypto/rijndael/rijndael-api-fst.h>
H A Drandom_harvestq.c58 #include <crypto/rijndael/rijndael-api-fst.h>
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnotify.c20 #include "fst/fst.h"
95 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) {
97 fst_notify_peer_connected(wpa_s->fst, wpa_s->bssid);
100 fst_notify_peer_disconnected(wpa_s->fst, wpa_s->bssid);
H A DAndroid.mk378 OBJS += src/fst/fst.c
379 OBJS += src/fst/fst_session.c
380 OBJS += src/fst/fst_iface.c
381 OBJS += src/fst/fst_group.c
382 OBJS += src/fst/fst_ctrl_aux.c
387 OBJS += src/fst/fst_ctrl_iface.c
H A Dwpa_supplicant_i.h1131 struct fst_iface *fst; member in struct:wpa_supplicant
H A Devents.c26 #include "fst/fst.h"
2342 if (!ie || !ie_len || !wpa_s->fst)
3873 if (mgmt->u.action.category == WLAN_ACTION_FST && wpa_s->fst) {
3874 fst_rx_action(wpa_s->fst, mgmt, len);
H A Dwpa_supplicant.c45 #include "fst/fst.h"
5850 wpa_s->fst = fst_attach(wpa_s->ifname, wpa_s->own_addr,
5852 if (!wpa_s->fst) {
6015 if (wpa_s->fst) {
6016 fst_detach(wpa_s->fst);
6017 wpa_s->fst = NULL;
/freebsd-11-stable/crypto/openssh/
H A Dloginrec.c1671 struct stat fst; local
1680 if (fstat(fd, &fst) < 0) {
1685 if((fst.st_mode & (S_IXGRP | S_IRWXO)) || (fst.st_uid != 0)){
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.c46 #include <crypto/rijndael/rijndael-api-fst.h>
H A Dg_bde_crypt.c49 #include <crypto/rijndael/rijndael-api-fst.h>
H A Dg_bde_lock.c60 #include <crypto/rijndael/rijndael-api-fst.h>
H A Dg_bde_work.c73 #include <crypto/rijndael/rijndael-api-fst.h>
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp960 file_status fst = detail::posix_stat(p, st, &m_ec); local
961 if (!exists(fst) || !is_regular_file(fst)) {
963 is_directory(fst) ? errc::is_a_directory : errc::not_supported;
1039 file_status fst = detail::posix_stat(p, st, &m_ec); local
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dsta_info.c20 #include "fst/fst.h"
1295 if (hapd->iface->fst) {
1297 fst_notify_peer_connected(hapd->iface->fst, sta->addr);
1299 fst_notify_peer_disconnected(hapd->iface->fst,
H A Dhostapd.h444 struct fst_iface *fst; member in struct:hostapd_iface
H A Dhostapd.c24 #include "fst/fst.h"
2035 iface->fst = fst_attach(hapd->conf->iface, hapd->own_addr,
2037 if (!iface->fst) {
2067 if (iface->fst) {
2068 fst_detach(iface->fst);
2069 iface->fst = NULL;
2279 if (iface->fst) {
2280 fst_detach(iface->fst);
2281 iface->fst
[all...]
H A Ddrv_callbacks.c22 #include "fst/fst.h"
252 if (hapd->iface->fst)
1180 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) {
1181 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len);
H A Dieee802_11.c31 #include "fst/fst.h"
3267 if (hapd->iface->fst)
4485 if (hapd->iface->fst)
4486 fst_rx_action(hapd->iface->fst, mgmt, len);
/freebsd-11-stable/sys/geom/
H A Dgeom_aes.c60 #include <crypto/rijndael/rijndael-api-fst.h>
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-api-fst.c1 /* $KAME: rijndael-api-fst.c,v 1.10 2001/05/27 09:34:18 itojun Exp $ */
4 * rijndael-api-fst.c v2.3 April '2000
29 #include <crypto/rijndael/rijndael-api-fst.h>
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c88 #include <crypto/rijndael/rijndael-api-fst.h>
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c60 #include "fst/fst_ctrl_iface.h"
3875 if (hapd->iface->fst) {
3880 hapd->iface->fst = fst_attach(ifname, hapd->own_addr,
3882 if (hapd->iface->fst)
3902 hapd->iface->fst = NULL;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm328 fst DWORD PTR _old_value$[ebp]

Completed in 487 milliseconds

123