Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dfield.h168 constant_time_cond_swap_64(swap, &(x[0].limb[i]), &(y->limb[i])); in gf_cond_swap()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h351 static ossl_inline void constant_time_cond_swap_64(uint64_t mask, uint64_t *a, in constant_time_cond_swap_64() function