HomeSort by relevance Sort by last modified time
    Searched defs:err_fns (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/err/
err.c 226 /* Define the predeclared (but externally opaque) "ERR_FNS" type */
257 /* The static ERR_FNS table using these defaults functions */
258 static const ERR_FNS err_defaults =
273 /* The replacable table of ERR_FNS functions we use at run-time */
274 static const ERR_FNS *err_fns = NULL; variable
277 #define ERRFN(a) err_fns->cb_##a
289 /* Internal function that checks whether "err_fns" is set and if not, sets it to
293 if (err_fns) return;
296 if (!err_fns)
    [all...]
  /external/openssl/crypto/engine/
engine.h 672 const ERR_FNS *err_fns member in struct:st_dynamic_fns
    [all...]
  /external/openssl/include/openssl/
engine.h 672 const ERR_FNS *err_fns member in struct:st_dynamic_fns
    [all...]

Completed in 470 milliseconds