Searched refs:f (Results 1 – 3 of 3) sorted by relevance
85 uint32_t f = ctx->H[5]; in sha256_process_block() local106 uint32_t f_save = f; in sha256_process_block()134 uint32_t T1 = h + _S1 (e) + _Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()137 g = f; in sha256_process_block()138 f = e; in sha256_process_block()153 f += f_save; in sha256_process_block()167 ctx->H[5] = f; in sha256_process_block()
238 u_int32_t f, r48l, r48r; in do_des() local294 f = (r48l ^ r48r) & saltbits; in do_des()295 r48l ^= f ^ *kl++; in do_des()296 r48r ^= f ^ *kr++; in do_des()301 f = psbox[0][m_sbox[0][r48l >> 12]] in do_des()306 f ^= l; in do_des()308 r = f; in do_des()311 l = f; in do_des()
116 uint64_t f = ctx->H[5]; in sha512_process_block() local137 uint64_t f_save = f; in sha512_process_block()165 uint64_t T1 = h + _S1 (e) + _Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()168 g = f; in sha512_process_block()169 f = e; in sha512_process_block()184 f += f_save; in sha512_process_block()198 ctx->H[5] = f; in sha512_process_block()
Completed in 9 milliseconds