Searched refs:ERR_FNS (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/
H A Dossl_typ.h169 typedef struct st_ERR_FNS ERR_FNS; typedef in typeref:struct:st_ERR_FNS
/external/openssl/include/openssl/
H A Dossl_typ.h169 typedef struct st_ERR_FNS ERR_FNS; typedef in typeref:struct:st_ERR_FNS
H A Derr.h374 /* 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);
H A Dengine.h672 const ERR_FNS *err_fns;
/external/openssl/crypto/err/
H A Derr.h374 /* 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);
H A Derr.c226 /* 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;
303 const ERR_FNS *ERR_get_implementation(void)
309 int ERR_set_implementation(const ERR_FNS *fns)
/external/openssl/crypto/engine/
H A Dengine.h672 const ERR_FNS *err_fns;

Completed in 148 milliseconds