Searched refs:r_ (Results 1 – 5 of 5) sorted by relevance
7 …eeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i…8 …[--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_…9 …[--mm _d_i_r_e_c_t_o_r_y] [--TT _f_i_l_e] [--VV _v_a_r_i_a_b_l_e] [--v…10 [_v_a_r_i_a_b_l_e==_v_a_l_u_e] [_t_a_r_g_e_t ...]22 _T_u_t_o_r_i_a_l (from 1993).33 --CC _d_i_r_e_c_t_o_r_y34 Change to _d_i_r_e_c_t_o_r_y before reading the makefiles or doing39 --DD _v_a_r_i_a_b_l_e40 Define _v_a_r_i_a_b_l_e to be 1, in the global scope.148 --II _d_i_r_e_c_t_o_r_y[all …]
276 uint32_t r, r_; in crypto_pwhash_scryptsalsa208sha256_str_needs_rehash() local288 &N_log2_, &r_, &p_) == NULL) { in crypto_pwhash_scryptsalsa208sha256_str_needs_rehash()292 if (N_log2 != N_log2_ || r != r_ || p != p_) { in crypto_pwhash_scryptsalsa208sha256_str_needs_rehash()
38 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.39 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.49 &_p_a_t_t_e_r_n * Display only matching lines.79 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>.80 M_<_l_e_t_t_e_r_> Mark the current bottom line with <letter>.81 '_<_l_e_t_t_e_r_> Go to a previously marked position.84 ESC-m_<_l_e_t_t_e_r_> Clear a mark.179 -p _p_a_t_t_e_r_n . --pattern=[_p_a_t_t_e_r_n]181 -P [_p_r_o[all...]
564 r_ = W_.x % q565 if r == r_:678 r_ = truncate(h, 8 * int(math.ceil(q_limit_len / 8)), "RIGHT")679 if stringtoint(r_) == r:754 …r_ = expand(inttostring(W_.x), 8*getbytelen(p), "LEFT") + expand(inttostring(W_.y), 8*getbytelen(p…755 if r == r_:858 r_ = W_.x % q859 if r == r_:943 r_ = W_.x % q944 if r == r_:[all …]
1259 u8 r_; in _rsaes_pkcs1_v1_5_decrypt() local1264 r_ = (u8)((u8)(!!ret) * r); in _rsaes_pkcs1_v1_5_decrypt()1265 m[idx] = (em[i] ^ r_); in _rsaes_pkcs1_v1_5_decrypt()1513 u8 r_; in _rsaes_oaep_decrypt() local1515 r_ = (pos == 0) ? db[i] : 0; in _rsaes_oaep_decrypt()1516 ret |= r_; /* Capture non zero PS */ in _rsaes_oaep_decrypt()1531 u8 r_; in _rsaes_oaep_decrypt() local1536 r_ = (u8)((u8)(!!ret) * r); in _rsaes_oaep_decrypt()1537 m[idx] = (db[i] ^ r_); in _rsaes_oaep_decrypt()