Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/rcache/
H A Dt_rcfile2.c58 test_store(const char *filename, uint8_t *tag, krb5_timestamp timestamp, in test_store() function
87 ret = test_store(filename, tag, timestamp, clockskew); in expiry_test()
110 ret = test_store(filename, tag, 1000, 100); in store_records()
163 _exit(test_store(filename, tag, 1000, 100) != 0); in race_test()
/freebsd/crypto/heimdal/lib/krb5/
H A DMakefile.am36 test_store \
H A DMakefile.in60 test_store$(EXEEXT) test_crypto_wrapping$(EXEEXT) \
238 test_store$(EXEEXT) test_crypto_wrapping$(EXEEXT) \
430 test_store_SOURCES = test_store.c
431 test_store_OBJECTS = test_store.$(OBJEXT)
475 test_renew.c test_rfc3961.c test_store.c test_time.c \
486 test_store.c test_time.c test_x500.c verify_krb5_conf.c
1274 test_store$(EXEEXT): $(test_store_OBJECTS) $(test_store_DEPENDENCIES)
1275 @rm -f test_store$(EXEEXT)
1468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_store.Po@am__quote@
/freebsd/crypto/heimdal/
H A DChangeLog.20061395 * lib/krb5/Makefile.am: Add test_store to TESTS
1418 * lib/krb5/test_store.c: Test the integer storage types.