HomeSort by: relevance | last modified time | path
    Searched defs:ENGINE (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
engine.h 1 /* $NetBSD: engine.h,v 1.3 2023/06/19 21:41:43 christos Exp $ */
67 #define ENGINE hc_ENGINE
73 typedef struct hc_engine ENGINE;
92 typedef int (*openssl_bind_engine)(ENGINE *, const char *, const void *);
95 ENGINE *
97 int ENGINE_free(ENGINE *);
100 ENGINE *ENGINE_by_id(const char *);
101 ENGINE *ENGINE_by_dso(const char *, const char *);
102 int ENGINE_finish(ENGINE *);
103 int ENGINE_up_ref(ENGINE *);
    [all...]
undef.h 51 #undef ENGINE
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ossl_typ.h 147 typedef struct engine_st ENGINE;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
types.h 183 typedef struct engine_st ENGINE;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
types.h 197 typedef struct engine_st ENGINE;

Completed in 75 milliseconds