HomeSort by: relevance | last modified time | path
    Searched refs:disk_tmp (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_key_ps.c 96 struct key_disk_cache *disk_tmp; local
101 for (disk_tmp = key_disk_cache_head; disk_tmp; disk_tmp = disk_tmp->next) {
102 if ((disk_tmp->flags & CACHE_FLAG_VALID) &&
103 !memcmp(&disk_tmp->uuid, uuid, sizeof(TSS_UUID))) {
104 memcpy(ret_uuid, &disk_tmp->parent_uuid, sizeof(TSS_UUID));
117 struct key_disk_cache *disk_tmp; local
122 for (disk_tmp = key_disk_cache_head; disk_tmp; disk_tmp = disk_tmp->next)
    [all...]

Completed in 24 milliseconds