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

  /src/crypto/external/cpl/trousers/dist/src/include/
tcsps.h 16 extern struct key_disk_cache *key_disk_cache_head;
36 TSS_RESULT psfile_get_key_by_cache_entry(int, struct key_disk_cache *, BYTE *, UINT16 *);
38 TSS_RESULT psfile_get_vendor_data(int, struct key_disk_cache *, UINT32 *, BYTE **);
42 TSS_RESULT psfile_remove_key(int, struct key_disk_cache *);
56 TSS_RESULT ps_get_key_by_cache_entry(struct key_disk_cache *, BYTE *, UINT16 *);
57 TSS_RESULT ps_get_vendor_data(struct key_disk_cache *, UINT32 *, BYTE **);
tcs_key_ps.h 19 void disk_cache_shift(struct key_disk_cache *);
23 TSS_RESULT ps_get_key_by_cache_entry(struct key_disk_cache *, BYTE *, UINT16 *);
tcs_tsp.h 50 struct key_disk_cache struct
59 struct key_disk_cache *next;
65 /* offsets into each key on disk. These should be passed a (struct key_disk_cache *) */
tspps.h 37 TSS_RESULT psfile_get_cache_entry_by_uuid(int, TSS_UUID *, struct key_disk_cache *);
38 TSS_RESULT psfile_get_cache_entry_by_pub(int, UINT32, BYTE *, struct key_disk_cache *);
tcs_utils.h 261 TSS_RESULT fill_key_info(struct key_disk_cache *, struct key_mem_cache *, TSS_KM_KEYINFO *);
262 TSS_RESULT fill_key_info2(struct key_disk_cache *, struct key_mem_cache *, TSS_KM_KEYINFO2 *);
268 TSS_RESULT getKeyByCacheEntry(struct key_disk_cache *, BYTE *, UINT16 *);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_key_ps.c 96 struct key_disk_cache *disk_tmp;
117 struct key_disk_cache *disk_tmp;
137 disk_cache_shift(struct key_disk_cache *c)
140 struct key_disk_cache *tmp = key_disk_cache_head;
163 struct key_disk_cache *tmp, *prev = NULL;
215 struct key_disk_cache *tmp, *prev = NULL;
264 ps_get_key_by_cache_entry(struct key_disk_cache *c, BYTE *blob, UINT16 *blob_size)
279 ps_get_vendor_data(struct key_disk_cache *c, UINT32 *size, BYTE **data)
tcs_ps.c 32 get_vendor_data(struct key_disk_cache *d, UINT32 *size, BYTE **data)
45 fill_key_info(struct key_disk_cache *d, struct key_mem_cache *m, TSS_KM_KEYINFO *key_info)
99 fill_key_info2(struct key_disk_cache *d, struct key_mem_cache *m, TSS_KM_KEYINFO2 *key_info)
tcsi_ps.c 85 struct key_disk_cache *disk_ptr, *tmp_ptrs[MAX_KEY_CHILDREN];
252 struct key_disk_cache *disk_ptr, *tmp_ptrs[MAX_KEY_CHILDREN];
  /src/crypto/external/cpl/trousers/dist/src/tcs/ps/
ps_utils.c 48 struct key_disk_cache *key_disk_cache_head = NULL;
93 struct key_disk_cache *tmp;
227 struct key_disk_cache *tmp;
239 tmp = malloc(sizeof(struct key_disk_cache));
241 LogError("malloc of %zd bytes failed.", sizeof(struct key_disk_cache));
300 struct key_disk_cache *tmp;
356 struct key_disk_cache *tmp, *prev = NULL;
370 key_disk_cache_head = tmp = calloc(1, sizeof(struct key_disk_cache));
373 sizeof(struct key_disk_cache));
494 tmp->next = calloc(1, sizeof(struct key_disk_cache));
    [all...]
tcsps.c 120 struct key_disk_cache *tmp;
163 struct key_disk_cache *tmp;
211 psfile_get_key_by_cache_entry(int fd, struct key_disk_cache *c, BYTE *ret_buffer,
248 psfile_get_vendor_data(int fd, struct key_disk_cache *c, UINT32 *size, BYTE **data)
281 struct key_disk_cache *tmp;
311 struct key_disk_cache *tmp;
370 struct key_disk_cache *tmp;
440 struct key_disk_cache *tmp;
678 psfile_remove_key(int fd, struct key_disk_cache *c)
  /src/crypto/external/cpl/trousers/dist/src/tspi/ps/
tspps.c 253 struct key_disk_cache tmp;
269 struct key_disk_cache tmp;
283 struct key_disk_cache tmp;
305 struct key_disk_cache tmp;
343 struct key_disk_cache tmp;
379 struct key_disk_cache tmp;
599 struct key_disk_cache c;
682 psfile_get_all_cache_entries(int fd, UINT32 *size, struct key_disk_cache **c)
687 struct key_disk_cache *tmp = NULL;
704 if ((tmp = malloc(num_keys * sizeof(struct key_disk_cache))) == NULL)
    [all...]

Completed in 28 milliseconds