Home
last modified time | relevance | path

Searched refs:tr_hash_obj (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dobj_hash.c29 struct tr_hash_obj *hash = calloc(1, sizeof(struct tr_hash_obj)); in obj_hash_add()
33 sizeof(struct tr_hash_obj)); in obj_hash_add()
86 struct tr_hash_obj *hash; in obj_hash_set_value()
92 hash = (struct tr_hash_obj *)obj->data; in obj_hash_set_value()
120 struct tr_hash_obj *hash; in obj_hash_get_value()
126 hash = (struct tr_hash_obj *)obj->data; in obj_hash_get_value()
151 struct tr_hash_obj *hash; in obj_hash_update_value()
157 hash = (struct tr_hash_obj *)obj->data; in obj_hash_update_value()
207 struct tr_hash_obj *hash = (struct tr_hash_obj *)data; in __tspi_hash_free()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dobj_hash.h17 struct tr_hash_obj { struct