HomeSort by relevance Sort by last modified time
    Searched defs:ENGINE_PKEY_METHS_PTR (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/engine/
engine.h 308 typedef int (*ENGINE_PKEY_METHS_PTR)(ENGINE *, EVP_PKEY_METHOD **, const int **, int);
494 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f);
532 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e);
    [all...]
  /external/openssl/include/openssl/
engine.h 308 typedef int (*ENGINE_PKEY_METHS_PTR)(ENGINE *, EVP_PKEY_METHOD **, const int **, int);
494 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f);
532 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e);
    [all...]

Completed in 180 milliseconds