Searched refs:ht (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | lhash_test.c | 239 HT *ht = NULL; in test_int_hashtable() local 243 ht = ossl_ht_new(&hash_conf); in test_int_hashtable() 245 if (ht == NULL) in test_int_hashtable() 252 if (!TEST_int_eq(ossl_ht_test_int_insert(ht, TO_HT_KEY(&key), in test_int_hashtable() 260 if (!TEST_int_eq((size_t)ossl_ht_count(ht), n_int_tests)) in test_int_hashtable() 266 ossl_ht_foreach_until(ht, int_foreach, NULL); in test_int_hashtable() 279 list = ossl_ht_filter(ht, 64, int_filter_all, NULL); in test_int_hashtable() 287 todel = ossl_ht_delete(ht, TO_HT_KEY(&key)); in test_int_hashtable() 304 ossl_ht_free(ht); in test_int_hashtable()
|
/openssl/crypto/bn/ |
H A D | bn_local.h | 576 BN_ULONG m,m1,lt,ht; \ 579 ht=h; \ 582 m1=(bl)*(ht); \ 583 ht =(bh)*(ht); \ 584 m=(m+m1)&BN_MASK2; ht += L2HBITS((BN_ULONG)(m < m1)); \ 585 ht+=HBITS(m); \ 587 lt=(lt+m1)&BN_MASK2; ht += (lt < m1); \ 589 (h)=ht; \
|
/openssl/doc/internal/man3/ |
H A D | ossl_ht_new.pod | 324 HT *ht = NULL; 329 ht = ossl_ht_new(&hash_conf); 331 if (ht == NULL) 342 ossl_ht_write_lock(ht); 343 rc = ossl_ht_test_int_insert(ht, TO_HT_KEY(&key), newval, NULL); 344 ossl_ht_write_unlock(ht); 349 if (ossl_ht_count(ht) != 1) 355 ossl_ht_read_lock(ht); 356 v = ossl_ht_get(ht, TO_HT_KEY(&key); 359 ossl_ht_read_unlock(ht); [all …]
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 120 HT *ht; member 284 v->ht->config.ht_free_fn((HT_VALUE *)v); in free_oldmd() 620 tmp->ht = h; in alloc_new_value() 719 v->ht->config.ht_free_fn((HT_VALUE *)v); in free_old_entry()
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kas.txt | 7213 ht+9pk/IWZXdwYycWwKb/71N/6j2KYnGOaaGI+yngAnLCI7hy0LEhVt50wIEksOG
|
Completed in 33 milliseconds