HomeSort by relevance Sort by last modified time
    Searched refs:pkey_meths (Results 1 - 3 of 3) 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;

Completed in 566 milliseconds