Searched refs:hashed_pin_len (Results 1 – 1 of 1) sorted by relevance
310 uint64_t hashed_pin_len, hashed_pin_salt_len, ulong_buf; in create_keystore() local444 hashed_pin_len = (uint64_t)strlen(hashed_pin); in create_keystore()459 ulong_buf = SWAP64(hashed_pin_len); in create_keystore()465 if (writen_nointr(fd, (void *)hashed_pin, hashed_pin_len) in create_keystore()466 != hashed_pin_len) { in create_keystore()