Home
last modified time | relevance | path

Searched refs:pile (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/engine/
A Deng_table.c148 static void int_unregister_cb(ENGINE_PILE *pile, ENGINE *e) in int_unregister_cb() argument
152 while ((n = sk_ENGINE_find(pile->sk, e)) >= 0) { in int_unregister_cb()
153 (void)sk_ENGINE_delete(pile->sk, n); in int_unregister_cb()
154 pile->uptodate = 0; in int_unregister_cb()
156 if (pile->funct == e) { in int_unregister_cb()
158 pile->funct = NULL; in int_unregister_cb()
294 static void int_dall(const ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall) in int_dall() argument
296 dall->cb(pile->nid, pile->sk, pile->funct, dall->arg); in int_dall()
A DREADME.md137 pointers to ENGINEs that implement that particular 'nid'. Each "pile" uses some
140 a change is made to the pile, eg. perhaps an ENGINE was unloaded. The reason is
150 that is unset only if un/registration takes place on that pile. Ie. if
154 try to initialise from the "pile" will be those that are already initialised
164 or will have a single ENGINE_PILE hashed to by the 'nid' 1 and that pile

Completed in 3 milliseconds