Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dbytes.c181 static BN_ULONG constant_time_select_ulong(int v, BN_ULONG x, BN_ULONG y) { in constant_time_select_ulong() function
201 BN_ULONG l = in->d[constant_time_select_ulong( in read_word_padded()
205 return constant_time_select_ulong(constant_time_le_size_t(in->top, i), 0, l); in read_word_padded()