Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_matching.c558 size_t save_index = 0; in check_all_certs() local
586 save_index = i; in check_all_certs()
598 save_index = i; in check_all_certs()
606 *match_index = save_index; in check_all_certs()
/freebsd/crypto/openssl/test/
H A Dca_internals_test.c67 if (!TEST_true(save_index(indexfile, "new", db))) in test_do_updatedb()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h244 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
/freebsd/crypto/openssl/apps/
H A Dsrp.c602 if (!save_index(srpvfile, "new", db)) in srp_main()
H A Dca.c753 if (!save_index(dbfile, "new", db)) in ca_main()
1046 if (!save_index(dbfile, "new", db)) in ca_main()
1290 if (!save_index(dbfile, "new", db)) in ca_main()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1804 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() function