HomeSort by relevance Sort by last modified time
    Searched refs:ERR_FNS (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
base.h 204 typedef struct st_ERR_FNS ERR_FNS;
  /external/openssl/crypto/
ossl_typ.h 173 typedef struct st_ERR_FNS ERR_FNS;
  /external/openssl/include/openssl/
ossl_typ.h 173 typedef struct st_ERR_FNS ERR_FNS;
err.h 374 /* typedef struct st_ERR_FNS ERR_FNS; */
377 const ERR_FNS *ERR_get_implementation(void);
379 * the application's "ERR_FNS". */
380 int ERR_set_implementation(const ERR_FNS *fns);
engine.h 672 const ERR_FNS *err_fns member in struct:st_dynamic_fns
    [all...]
  /external/openssl/crypto/err/
err.h 374 /* typedef struct st_ERR_FNS ERR_FNS; */
377 const ERR_FNS *ERR_get_implementation(void);
379 * the application's "ERR_FNS". */
380 int ERR_set_implementation(const ERR_FNS *fns);
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...]

Completed in 859 milliseconds