HomeSort by: relevance | last modified time | path
    Searched refs:zero_index (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
rsa_pk1.c 162 int zero_index = 0, msg_index, mlen = -1; local
204 zero_index = constant_time_select_int(~found_zero_byte & equals0,
205 i, zero_index);
211 * If we never found a 0-byte, then |zero_index| is 0 and the check
214 good &= constant_time_ge(zero_index, 2 + 8);
220 msg_index = zero_index + 1;
rsa_ssl.c 68 int zero_index = 0, msg_index, mlen = -1, err; local
107 zero_index = constant_time_select_int(~found_zero_byte & equals0,
108 i, zero_index);
117 * If we never found a 0-byte, then |zero_index| is 0 and the check
120 good &= constant_time_ge(zero_index, 2 + 8);
140 msg_index = zero_index + 1;
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_pk1.c 178 int zero_index = 0, msg_index, mlen = -1; local
217 zero_index = constant_time_select_int(~found_zero_byte & equals0,
218 i, zero_index);
224 * If we never found a 0-byte, then |zero_index| is 0 and the check
227 good &= constant_time_ge(zero_index, 2 + 8);
233 msg_index = zero_index + 1;
410 int zero_index = 0, msg_index; local
475 zero_index = constant_time_select_int(~found_zero_byte & equals0,
476 i, zero_index);
482 * |from|. If we never found a 0-byte, then |zero_index| is 0 and the chec
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_pk1.c 175 int zero_index = 0, msg_index, mlen = -1; local
216 zero_index = constant_time_select_int(~found_zero_byte & equals0,
217 i, zero_index);
223 * If we never found a 0-byte, then |zero_index| is 0 and the check
226 good &= constant_time_ge(zero_index, 2 + 8);
232 msg_index = zero_index + 1;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 602 tree zero_index = build_int_cst (compare_type, 0); local
729 start = zero_index;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 473 tree zero_index = build_int_cst (compare_type, 0); local
600 start = zero_index;

Completed in 26 milliseconds