OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:key_disk_cache_head
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_key_ps.c
101
for (disk_tmp =
key_disk_cache_head
; disk_tmp; disk_tmp = disk_tmp->next) {
122
for (disk_tmp =
key_disk_cache_head
; disk_tmp; disk_tmp = disk_tmp->next) {
140
struct key_disk_cache *tmp =
key_disk_cache_head
;
168
tmp =
key_disk_cache_head
;
191
key_disk_cache_head
= tmp->next;
219
tmp =
key_disk_cache_head
;
tcsi_ps.c
117
for (disk_ptr =
key_disk_cache_head
; disk_ptr; disk_ptr = disk_ptr->next) {
138
for (disk_ptr =
key_disk_cache_head
; disk_ptr; disk_ptr = disk_ptr->next) {
169
disk_ptr =
key_disk_cache_head
;
184
disk_ptr =
key_disk_cache_head
;
284
for (disk_ptr =
key_disk_cache_head
; disk_ptr; disk_ptr = disk_ptr->next) {
305
for (disk_ptr =
key_disk_cache_head
; disk_ptr; disk_ptr = disk_ptr->next) {
336
disk_ptr =
key_disk_cache_head
;
351
disk_ptr =
key_disk_cache_head
;
/src/crypto/external/cpl/trousers/dist/src/tcs/ps/
ps_utils.c
48
struct key_disk_cache *
key_disk_cache_head
= NULL;
variable in typeref:struct:key_disk_cache
98
tmp =
key_disk_cache_head
;
231
tmp =
key_disk_cache_head
;
245
tmp->next =
key_disk_cache_head
;
246
key_disk_cache_head
= tmp;
304
tmp =
key_disk_cache_head
;
366
key_disk_cache_head
= NULL;
370
key_disk_cache_head
= tmp = calloc(1, sizeof(struct key_disk_cache));
521
if (
key_disk_cache_head
== NULL)
525
tmp =
key_disk_cache_head
;
[
all
...]
tcsps.c
123
tmp =
key_disk_cache_head
;
166
tmp =
key_disk_cache_head
;
284
tmp =
key_disk_cache_head
;
315
tmp =
key_disk_cache_head
;
374
tmp =
key_disk_cache_head
;
444
tmp =
key_disk_cache_head
;
/src/crypto/external/cpl/trousers/dist/src/include/
tcsps.h
16
extern struct key_disk_cache *
key_disk_cache_head
;
Completed in 19 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026