Searched refs:std_dict (Results 1 – 2 of 2) sorted by relevance
43 extern const char *const std_dict[];68 std_dict[(key[0] << 3) | (key[1] >> 5)], in otp_print_stddict()69 std_dict[((key[1] & 0x1F) << 6) | (key[2] >> 2)], in otp_print_stddict()70 std_dict[((key[2] & 0x03) << 9) | (key[3] << 1) | (key[4] >> 7)], in otp_print_stddict()71 std_dict[((key[4] & 0x7F) << 4) | (key[5] >> 4)], in otp_print_stddict()72 std_dict[((key[5] & 0x0F) << 7) | (key[6] >> 1)], in otp_print_stddict()73 std_dict[((key[6] & 0x01) << 10) | (key[7] << 2) | sum]); in otp_print_stddict()
216 const char *const std_dict[2048] = variable