Searched refs:false_val (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/utils/ |
| D | const_time.h | 101 unsigned int false_val) in const_time_select() argument 103 return (mask & true_val) | (~mask & false_val); in const_time_select() 115 int false_val) in const_time_select_int() argument 118 (unsigned int) false_val); in const_time_select_int() 129 static inline u8 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) in const_time_select_u8() argument 131 return (u8) const_time_select(mask, true_val, false_val); in const_time_select_u8() 142 static inline s8 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) in const_time_select_s8() argument 145 (unsigned int) false_val); in const_time_select_s8() 162 const u8 *false_val, size_t len, in const_time_select_bin() argument 168 dst[i] = const_time_select_u8(mask, true_val[i], false_val[i]); in const_time_select_bin()
|
| D | utils_module_tests.c | 981 unsigned int false_val; in const_time_tests() member 998 int false_val; in const_time_tests() member 1013 u8 false_val; in const_time_tests() member 1028 s8 false_val; in const_time_tests() member 1041 u8 *false_val; in const_time_tests() member 1131 test->false_val) != test->expected) { in const_time_tests() 1134 test->mask, test->true_val, test->false_val); in const_time_tests() 1144 test->false_val) != test->expected) { in const_time_tests() 1147 test->mask, test->true_val, test->false_val); in const_time_tests() 1157 test->false_val) != test->expected) { in const_time_tests() [all …]
|
| /freebsd-12-stable/crypto/openssh/ |
| D | ssh-pkcs11.c | 1332 CK_BBOOL true_val = CK_TRUE, false_val = CK_FALSE; in pkcs11_rsa_generate_private_key() local 1348 FILL_ATTR(tpub, npub, CKA_ENCRYPT, &false_val, sizeof(false_val)); in pkcs11_rsa_generate_private_key() 1350 FILL_ATTR(tpub, npub, CKA_VERIFY_RECOVER, &false_val, in pkcs11_rsa_generate_private_key() 1351 sizeof(false_val)); in pkcs11_rsa_generate_private_key() 1352 FILL_ATTR(tpub, npub, CKA_WRAP, &false_val, sizeof(false_val)); in pkcs11_rsa_generate_private_key() 1353 FILL_ATTR(tpub, npub, CKA_DERIVE, &false_val, sizeof(false_val)); in pkcs11_rsa_generate_private_key() 1363 FILL_ATTR(tpriv, npriv, CKA_DECRYPT, &false_val, sizeof(false_val)); in pkcs11_rsa_generate_private_key() 1365 FILL_ATTR(tpriv, npriv, CKA_SIGN_RECOVER, &false_val, in pkcs11_rsa_generate_private_key() 1366 sizeof(false_val)); in pkcs11_rsa_generate_private_key() 1367 FILL_ATTR(tpriv, npriv, CKA_UNWRAP, &false_val, sizeof(false_val)); in pkcs11_rsa_generate_private_key() [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | combine.c | 4876 rtx false_val = true_val; in simplify_if_then_else() local 4893 false_code = EQ, false_val = GEN_INT (nzb); in simplify_if_then_else() 4897 false_code = EQ, false_val = constm1_rtx; in simplify_if_then_else() 4909 from, false_val), in simplify_if_then_else()
|