Home
last modified time | relevance | path

Searched refs:ERR_GET_FUNC (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/err/
Derr.c338 ret=l^ERR_GET_LIB(l)^ERR_GET_FUNC(l); in err_string_data_hash()
867 f=ERR_GET_FUNC(e); in ERR_error_string_n()
959 f=ERR_GET_FUNC(e); in ERR_func_error_string()
Derr.h244 #define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) macro
/external/openssl/apps/
Drsa.c352 ERR_GET_FUNC(err) == RSA_F_RSA_CHECK_KEY && in MAIN()
/external/openssl/include/openssl/
Derr.h244 #define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) macro