Searched refs:funct (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_table.c67 ENGINE *funct; member in struct:st_engine_pile
69 * Zero if 'sk' is newer than the cached 'funct', non-zero otherwise
160 fnd->funct = NULL;
178 if (fnd->funct)
179 engine_unlocked_finish(fnd->funct, 0);
180 fnd->funct = e;
199 if (pile->funct == e) {
201 pile->funct = NULL;
220 if (p->funct)
221 engine_unlocked_finish(p->funct,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_table.c67 ENGINE *funct; member in struct:st_engine_pile
69 * Zero if 'sk' is newer than the cached 'funct', non-zero otherwise
160 fnd->funct = NULL;
178 if (fnd->funct)
179 engine_unlocked_finish(fnd->funct, 0);
180 fnd->funct = e;
199 if (pile->funct == e) {
201 pile->funct = NULL;
220 if (p->funct)
221 engine_unlocked_finish(p->funct,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_table.c68 ENGINE *funct; member in struct:st_engine_pile
69 /* Zero if 'sk' is newer than the cached 'funct', non-zero otherwise */
146 fnd->funct = NULL;
164 if(fnd->funct)
165 engine_unlocked_finish(fnd->funct, 0);
166 fnd->funct = e;
185 if(pile->funct == e)
188 pile->funct = NULL;
204 if(p->funct)
205 engine_unlocked_finish(p->funct,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhil_mlc.c436 #define FUNC(funct, funct_arg, zero_rc, neg_rc, pos_rc) \
437 { HILSE_FUNC, { .func = funct }, funct_arg, zero_rc, neg_rc, pos_rc },

Completed in 70 milliseconds