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

  /src/crypto/external/apache2/openssl/dist/include/openssl/
engine.h 296 typedef int (*ENGINE_CIPHERS_PTR)(ENGINE *, const EVP_CIPHER **,
518 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
576 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
engine.h 296 typedef int (*ENGINE_CIPHERS_PTR) (ENGINE *, const EVP_CIPHER **,
518 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
574 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
engine.h 290 typedef int (*ENGINE_CIPHERS_PTR) (ENGINE *, const EVP_CIPHER **,
485 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
526 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);

Completed in 27 milliseconds