Searched refs:constant_time_select (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/internal/
H A Dconstant_time.h28 * c = constant_time_select(lt, a, b);
79 static ossl_inline unsigned int constant_time_select(unsigned int mask,
270 static ossl_inline unsigned int constant_time_select(unsigned int mask, function
288 return (unsigned char)constant_time_select(mask, a, b);
294 return (int)constant_time_select(mask, (unsigned)(a), (unsigned)(b));
299 return (int)constant_time_select((unsigned)mask, (unsigned)(a),
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c539 pad = constant_time_select(mask, pad, maxpad);
H A De_aes_cbc_hmac_sha256.c551 pad = constant_time_select(mask, pad, maxpad);

Completed in 46 milliseconds