Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
Drsa_ssl.c68 int zero_index = 0, msg_index, mlen = -1, err; in RSA_padding_check_SSLv23() local
107 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_SSLv23()
108 i, zero_index); in RSA_padding_check_SSLv23()
120 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_SSLv23()
140 msg_index = zero_index + 1; in RSA_padding_check_SSLv23()
Drsa_pk1.c162 int zero_index = 0, msg_index, mlen = -1; in RSA_padding_check_PKCS1_type_2() local
204 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()
205 i, zero_index); in RSA_padding_check_PKCS1_type_2()
214 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()
220 msg_index = zero_index + 1; in RSA_padding_check_PKCS1_type_2()
/third_party/boost/boost/geometry/strategies/
Dside_info.hpp144 inline int zero_index() const in zero_index() function in boost::geometry::side_info
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c2903 goto zero_index; in gst_avi_demux_stream_index()
2953 zero_index: in gst_avi_demux_stream_index()