Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dengine.c345 openssl_bind_engine bind_engine; in ENGINE_by_dso()
347 bind_engine = (openssl_bind_engine)dlsym(handle, "bind_engine"); in ENGINE_by_dso()
H A Dengine.h92 typedef int (*openssl_bind_engine)(ENGINE *, const char *, const void *); typedef