Searched refs:constant_time_select_64 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | rsaz_exp.h | 63 r[i] = constant_time_select_64(mask, a[i], b[i]); in bn_select_words()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | constant_time.h | 96 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a, 374 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a, in constant_time_select_64() function
|
| /freebsd/crypto/openssl/test/ |
| H A D | constant_time_test.c | 194 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); in test_select_64() 201 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b); in test_select_64()
|
| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | field.h | 142 x[0].limb[i] = constant_time_select_64(is_z, z[0].limb[i], in gf_cond_sel()
|