Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dks_file.c329 struct pem_ctx { struct
339 struct pem_ctx *pem_ctx = (struct pem_ctx*)ctx; in pem_func() argument
350 ret = (*formats[j].func)(context, NULL, pem_ctx->c, in pem_func()
352 if (ret && (pem_ctx->flags & HX509_CERTS_UNPROTECT_ALL)) { in pem_func()
382 struct pem_ctx pem_ctx; in file_init_common() local
384 pem_ctx.flags = flags; in file_init_common()
385 pem_ctx.c = NULL; in file_init_common()
420 ret = _hx509_collector_alloc(context, lock, &pem_ctx.c); in file_init_common()
441 ret = hx509_pem_read(context, f, pem_func, &pem_ctx); in file_init_common()
461 ret = (*formats[i].func)(context, p, pem_ctx.c, NULL, ptr, length, ai); in file_init_common()
[all …]