Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/err/
Derr.c259 ret = l^ERR_GET_LIB(l)^ERR_GET_FUNC(l); in err_string_data_hash()
992 f = ERR_GET_FUNC(e); in ERR_func_error_string()
1026 f = ERR_GET_FUNC(e); in ERR_error_string_n()
Derr.h275 #define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) macro
/openbsd/src/usr.bin/openssl/
Drsa.c341 ERR_GET_FUNC(err) == RSA_F_RSA_CHECK_KEY && in rsa_main()