Searched refs:getkeys (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dhx_locl.h171 int (*getkeys)(hx509_context, hx509_certs, void *, hx509_private_key **); member in struct:hx509_keyset_ops
H A Dkeyset.c770 if (certs->ops->getkeys == NULL) {
774 return (*certs->ops->getkeys)(context, certs, certs->ops_data, keys);

Completed in 108 milliseconds