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

  /external/openssl/crypto/err/
err_def.c 146 /* Define the predeclared (but externally opaque) "ERR_FNS" type */
177 /* The static ERR_FNS table using these defaults functions */
178 static const ERR_FNS err_defaults =
193 /* The replacable table of ERR_FNS functions we use at run-time */
194 static const ERR_FNS *err_fns = NULL; variable
197 #define ERRFN(a) err_fns->cb_##a
209 /* Internal function that checks whether "err_fns" is set and if not, sets it to
213 if (err_fns) return;
216 if (!err_fns)
    [all...]
err.h 318 /* typedef struct st_ERR_FNS ERR_FNS; */
321 const ERR_FNS *ERR_get_implementation(void);
323 * the application's "ERR_FNS". */
324 int ERR_set_implementation(const ERR_FNS *fns);
  /external/openssl/crypto/
ossl_typ.h 157 typedef struct st_ERR_FNS ERR_FNS;
  /external/openssl/include/openssl/
ossl_typ.h 157 typedef struct st_ERR_FNS ERR_FNS;
err.h 318 /* typedef struct st_ERR_FNS ERR_FNS; */
321 const ERR_FNS *ERR_get_implementation(void);
323 * the application's "ERR_FNS". */
324 int ERR_set_implementation(const ERR_FNS *fns);
engine.h 640 const ERR_FNS *err_fns; member in struct:st_dynamic_fns
    [all...]
  /external/openssl/crypto/engine/
engine.h 640 const ERR_FNS *err_fns; member in struct:st_dynamic_fns
    [all...]

Completed in 370 milliseconds