Searched defs:true_val (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/wpa/src/utils/
H A Dconst_time.h114 static inline int const_time_select_int(unsigned int mask, int true_val, argument
99 const_time_select(unsigned int mask, unsigned int true_val, unsigned int false_val) argument
129 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) argument
142 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) argument
161 const_time_select_bin(u8 mask, const u8 *true_val, const u8 *false_val, size_t len, u8 *dst) argument
[all...]
H A Dutils_module_tests.c980 unsigned int true_val; member in struct:const_time_select_test
997 int true_val; member in struct:const_time_select_int_test
1012 u8 true_val; member in struct:const_time_select_u8_test
1027 s8 true_val; member in struct:const_time_select_s8_test
1040 u8 *true_val; member in struct:const_time_select_bin_test
[all...]
/freebsd-current/crypto/openssh/
H A Dssh-pkcs11.c353 CK_BBOOL true_val; local
1335 CK_BBOOL true_val = CK_TRUE, false_val = CK_FALSE; local
1445 CK_BBOOL true_val = CK_TRUE, false_val = CK_FALSE; local
[all...]

Completed in 135 milliseconds