Home
last modified time | relevance | path

Searched refs:ENGINE_PKEY_METHS_PTR (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/engine/
Dtb_pkmeth.c123 ENGINE_PKEY_METHS_PTR fn = ENGINE_get_pkey_meths(e); in ENGINE_get_pkey_meth()
134 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e) in ENGINE_get_pkey_meths()
140 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f) in ENGINE_set_pkey_meths()
Dengine.h308 typedef int (*ENGINE_PKEY_METHS_PTR)(ENGINE *, EVP_PKEY_METHOD **, const int **, int); typedef
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);
Deng_int.h171 ENGINE_PKEY_METHS_PTR pkey_meths;
/external/openssl/include/openssl/
Dengine.h308 typedef int (*ENGINE_PKEY_METHS_PTR)(ENGINE *, EVP_PKEY_METHOD **, const int **, int); typedef
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);
/external/openssl/apps/
Dengine.c454 ENGINE_PKEY_METHS_PTR fn_pk; in MAIN()