Searched refs:store_func (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ks_file.c | 532 store_func(hx509_context context, void *ctx, hx509_cert c) in store_func() function 584 ret = hx509_certs_iter_f(context, ksf->certs, store_func, &sc); in file_store()
|
H A D | ks_p12.c | 486 store_func(hx509_context context, void *ctx, hx509_cert c) in store_func() function 577 ret = hx509_certs_iter_f(context, p12->certs, store_func, &as); in p12_store()
|
H A D | ChangeLog | 538 * ks_p12.c (store_func): free whole CertBag, not just the data 845 * ks_p12.c (store_func): use hx509_cert_binary 847 * ks_file.c (store_func): use hx509_cert_binary
|