Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/kdc/
H A Dt_replay.c497 struct entry *hash1_ent, *hash2_ent, *exp_first, *exp_last; in test_kdc_insert_lookaside_multiple() local
515 hash2_ent = k5_hashtab_get(hash_table, req2.data, req2.length); in test_kdc_insert_lookaside_multiple()
516 assert_non_null(hash2_ent); in test_kdc_insert_lookaside_multiple()
517 assert_true(data_eq(hash2_ent->req_packet, req2)); in test_kdc_insert_lookaside_multiple()
518 assert_int_equal(hash2_ent->reply_packet.length, 0); in test_kdc_insert_lookaside_multiple()
536 struct entry *hash1_ent, *hash2_ent, *exp_ent; in test_kdc_insert_lookaside_cache_expire() local
562 hash2_ent = k5_hashtab_get(hash_table, req2.data, req2.length); in test_kdc_insert_lookaside_cache_expire()
563 assert_non_null(hash2_ent); in test_kdc_insert_lookaside_cache_expire()
564 assert_true(data_eq(hash2_ent->req_packet, req2)); in test_kdc_insert_lookaside_cache_expire()
565 assert_int_equal(hash2_ent-> reply_packet.length, 0); in test_kdc_insert_lookaside_cache_expire()