Home | History | Annotate | Download | only in engine

Lines Matching full:have

62 Ie. all implementations *have* to come from an ENGINE, but we get round that by
83 have our RSA structure pointing its RSA_METHOD pointer to the software
84 implementation and have its ENGINE pointer set to NULL.
96 ENGINE code will return NULL because no ENGINEs will have had any cipher
100 except we'd have a redundant ENGINE pointer set to NULL and doing nothing.
131 mostly to avoid a lot of "init()"-thrashing on ENGINEs (that may have to load
141 that an application could have support for 10 ENGINEs statically linked
142 in, and the machine in question may not have any of the hardware those 10
158 RSA, DSA, DH, and RAND all have their own ENGINE_TABLE code as well, and the
162 necessarily interoperable and don't have different flavours, only different
164 or will have a single ENGING_PILE hashed to by the 'nid' 1 and that pile
170 ENGINE_PILE code may still have references and thus those ENGINEs will stay
173 is an algorithm-agnostic process. Even if initialised, it will not have
179 not even have the drivers to make it operate). What actually happens with
195 code to have to register a cleanup.
197 What else? The bignum callbacks and associated ENGINE functions have been
206 changes have now, as a consequence, been reverted back. This is because the