Searched refs:save_index (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 558 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 D | ca_internals_test.c | 67 if (!TEST_true(save_index(indexfile, "new", db))) in test_do_updatedb()
|
/freebsd/crypto/openssl/apps/include/ |
H A D | apps.h | 244 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
|
/freebsd/crypto/openssl/apps/ |
H A D | srp.c | 602 if (!save_index(srpvfile, "new", db)) in srp_main()
|
H A D | ca.c | 753 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 D | apps.c | 1804 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() function
|