Searched refs:constant_time_select_int_s (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/internal/
H A Dconstant_time.h297 static ossl_inline int constant_time_select_int_s(size_t mask, int a, int b) function
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c1464 return constant_time_select_int_s(good, 1, -1);
1543 return constant_time_select_int_s(good, 1, -1);

Completed in 44 milliseconds