HomeSort by relevance Sort by last modified time
    Searched full:dummy_lhash (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/lhash/
lhash_test.c 29 struct dummy_lhash { struct
33 static void dummy_lh_free(struct dummy_lhash *lh) {
43 static size_t dummy_lh_num_items(const struct dummy_lhash *lh) {
54 static char *dummy_lh_retrieve(struct dummy_lhash *lh, const char *s) {
66 static int dummy_lh_insert(struct dummy_lhash *lh, char **old_data, char *s) {
85 static char *dummy_lh_delete(struct dummy_lhash *lh, const void *s) {
118 struct dummy_lhash dummy_lh = {NULL};

Completed in 49 milliseconds