Searched refs:last_status (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/libfido2/src/fido/
H A Dbio.h64 uint8_t last_status; member in struct:fido_bio_enroll
/freebsd-current/contrib/libfido2/fuzz/
H A Dfuzz_bio.c283 uint8_t last_status; local
286 last_status = fido_bio_enroll_last_status(e);
288 consume(&last_status, sizeof(last_status));
/freebsd-current/contrib/libfido2/src/
H A Dbio.c337 e->last_status = 0;
362 e->last_status = (uint8_t)x;
405 e->last_status = 0;
515 e->last_status = 0;
893 return (e->last_status);
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2394 struct timeval last_status; local
2478 memcpy(&last_status, &lasthop, sizeof(last_status));
2520 if ( (now.tv_sec > last_status.tv_sec ) ||
2521 ( now.tv_usec - last_status.tv_usec > 100*1000)) {
2522 if (crack_pid && (now.tv_sec > last_status.tv_sec)) {
2548 memcpy(&last_status, &now,sizeof(last_status));
/freebsd-current/crypto/openssl/test/helpers/
H A Dhandshake.c1162 * last_status: the status of the peer to have acted last.
1166 static handshake_status_t handshake_status(peer_status_t last_status, argument
1170 switch (last_status) {

Completed in 110 milliseconds