HomeSort by relevance Sort by last modified time
    Searched refs:pkey_meths (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/engine/
tb_pkmeth.c 77 if(e->pkey_meths)
80 int num_nids = e->pkey_meths(e, NULL, &nids, 0);
99 if(e->pkey_meths)
102 int num_nids = e->pkey_meths(e, NULL, &nids, 0);
136 return e->pkey_meths;
142 e->pkey_meths = f;
154 if (e->pkey_meths)
158 npknids = e->pkey_meths(e, NULL, &pknids, 0);
161 if (e->pkey_meths(e, &pkm, NULL, pknids[i]))
eng_int.h 171 ENGINE_PKEY_METHS_PTR pkey_meths; member in struct:engine_st
eng_list.c 339 dest->pkey_meths = src->pkey_meths;
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 84 static int pkey_meths(ENGINE*, EVP_PKEY_METHOD** meth, const int** nids, int nid) { function
107 || !ENGINE_set_pkey_meths(e, pkey_meths)) {

Completed in 152 milliseconds