Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 14 of 14) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dauth.h82 #define AUTH_NEXTVERF(auth) \ argument
84 #define auth_nextverf(auth) \ argument
87 #define AUTH_MARSHALL(auth, xdrs) \ argument
89 #define auth_marshall(auth, xdrs) \ argument
92 #define AUTH_VALIDATE(auth, verfp) \ argument
94 #define auth_validate(auth, verfp) \ argument
97 #define AUTH_REFRESH(auth) \ argument
99 #define auth_refresh(auth) \ argument
102 #define AUTH_DESTROY(auth) \ argument
104 #define auth_destroy(auth) \ argument
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dbeacon.c261 u8_t *data, *net_id, *auth; in secure_beacon_recv() local
H A Dnet.h63 u8_t auth[8]; /* Beacon Authentication Value */ member
H A Dprov.c125 u8_t auth[16]; /* Authentication Value */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dauth.c736 int auth; in link_established() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dauth.c736 int auth; in link_established() local
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dauth.c445 int auth; in link_established() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_msg.c774 snmpv3_auth_algo_t auth; in snmp_parse_inbound_frame() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_sm_priv.h416 #define ble_sm_enc_initiate(conn_handle, ltk, ediv, rand_val, auth) \ argument
H A Dble_sm.c2508 uint64_t rand_val, int auth) in ble_sm_enc_initiate()
H A Dble_gap.c4367 int auth) in ble_gap_encryption_initiate()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/smtp/
H A Dsmtp.c1058 u16_t auth = pbuf_strstr(s->p, SMTP_KEYWORD_AUTH_SP); in smtp_prepare_auth_or_mail() local
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dcmd.c2759 int auth; in cmd_security_encryption() local
H A Dbtshell.c1759 int auth) in btshell_sec_restart()