Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/include/internal/
Dconstant_time.h297 static ossl_inline int constant_time_select_int_s(size_t mask, int a, int b) in constant_time_select_int_s() function
/freebsd-12-stable/crypto/openssl/ssl/record/
Dssl3_record.c1427 return constant_time_select_int_s(good, 1, -1); in ssl3_cbc_remove_padding()
1506 return constant_time_select_int_s(good, 1, -1); in tls1_cbc_remove_padding()