Home
last modified time | relevance | path

Searched refs:AUTH_RETRY_NANOSECS (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_auth.c77 struct timespec t = { 0, AUTH_RETRY_NANOSECS }; in secret_PerformAuth_OIAP()
408 struct timespec t = { 0, AUTH_RETRY_NANOSECS }; in OSAP_Calc()
556 struct timespec t = { 0, AUTH_RETRY_NANOSECS };
626 struct timespec t = { 0, AUTH_RETRY_NANOSECS }; in authsess_do_dsap()
661 struct timespec t = { 0, AUTH_RETRY_NANOSECS }; in authsess_do_osap()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h135 #define AUTH_RETRY_NANOSECS 500000000 macro