Home
last modified time | relevance | path

Searched refs:lh_retrieve (Results 1 – 5 of 5) sorted by relevance

/openbsd/regress/lib/libcrypto/lhash/
H A Dlhash_test.c55 if (lh_retrieve(lh, "a") != NULL || lh_error(lh) != 0) { in test_lhash()
63 if (lh_retrieve(lh, "a") != a) { in test_lhash()
68 if (lh_retrieve(lh, "b") != NULL || lh_error(lh) != 0) { in test_lhash()
76 if (lh_retrieve(lh, "b") != b) { in test_lhash()
81 if (lh_retrieve(lh, "c") != NULL || lh_error(lh) != 0) { in test_lhash()
89 if (lh_retrieve(lh, "c") != c) { in test_lhash()
94 if (lh_retrieve(lh, "d") != NULL || lh_error(lh) != 0) { in test_lhash()
102 if (lh_retrieve(lh, "d") != d) { in test_lhash()
118 if (lh_retrieve(lh, "a") != a2) { in test_lhash()
126 if (lh_retrieve(lh, "b") != b2) { in test_lhash()
[all …]
/openbsd/lib/libcrypto/lhash/
H A Dlhash.h137 void *lh_retrieve(_LHASH *lh, const void *data);
161 ((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \
H A Dlhash.c324 lh_retrieve(_LHASH *lh, const void *data) in lh_retrieve() function
340 LCRYPTO_ALIAS(lh_retrieve);
/openbsd/lib/libcrypto/hidden/openssl/
H A Dlhash.h33 LCRYPTO_USED(lh_retrieve);
/openbsd/lib/libcrypto/
H A DSymbols.list3231 lh_retrieve