Searched refs:count_buf (Results 1 – 1 of 1) sorted by relevance
20 unsigned char count_buf[4]; in pbkdf2_sha1_f() local27 addr[1] = count_buf; in pbkdf2_sha1_f()36 count_buf[0] = (count >> 24) & 0xff; in pbkdf2_sha1_f()37 count_buf[1] = (count >> 16) & 0xff; in pbkdf2_sha1_f()38 count_buf[2] = (count >> 8) & 0xff; in pbkdf2_sha1_f()39 count_buf[3] = count & 0xff; in pbkdf2_sha1_f()