Home
last modified time | relevance | path

Searched refs:constant_time_lookup (Results 1 – 2 of 2) sorted by path

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c227 constant_time_lookup(ni, table, sizeof(niels_s), nelts, idx); in constant_time_lookup_niels()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h394 static ossl_inline void constant_time_lookup(void *out, in constant_time_lookup() function