Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/
Dconstant_time.h123 static inline unsigned char constant_time_select_8(unsigned char mask,
191 static inline unsigned char constant_time_select_8(unsigned char mask, in constant_time_select_8() function
/openbsd/src/lib/libcrypto/rsa/
Drsa_oaep.c304 to[i] = constant_time_select_8(mask, db[msg_index++], to[i]); in RSA_padding_check_PKCS1_OAEP_mgf1()