Searched refs:hash1_ent (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | t_replay.c | 497 struct entry *hash1_ent, *hash2_ent, *exp_first, *exp_last; in test_kdc_insert_lookaside_multiple() local 502 hash1_ent = k5_hashtab_get(hash_table, req1.data, req1.length); in test_kdc_insert_lookaside_multiple() 503 assert_non_null(hash1_ent); in test_kdc_insert_lookaside_multiple() 504 assert_true(data_eq(hash1_ent->req_packet, req1)); in test_kdc_insert_lookaside_multiple() 505 assert_true(data_eq(hash1_ent->reply_packet, rep1)); in test_kdc_insert_lookaside_multiple() 536 struct entry *hash1_ent, *hash2_ent, *exp_ent; in test_kdc_insert_lookaside_cache_expire() local 541 hash1_ent = k5_hashtab_get(hash_table, req1.data, req1.length); in test_kdc_insert_lookaside_cache_expire() 542 assert_non_null(hash1_ent); in test_kdc_insert_lookaside_cache_expire() 543 assert_true(data_eq(hash1_ent->req_packet, req1)); in test_kdc_insert_lookaside_cache_expire() 544 assert_true(data_eq(hash1_ent->reply_packet, rep1)); in test_kdc_insert_lookaside_cache_expire()
|