Searched refs:sid_idx (Results 1 – 1 of 1) sorted by relevance
860 int sid_idx = key_description.find(TAG_USER_SECURE_ID); in ImportWrappedKey() local861 if (sid_idx != -1) { in ImportWrappedKey()862 uint8_t sids = key_description[sid_idx].long_integer; in ImportWrappedKey()863 if (!key_description.erase(sid_idx)) { in ImportWrappedKey()