Home
last modified time | relevance | path

Searched refs:ERR_LIB_SYS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Derr.h293 ERR_LIB_SYS, enumerator
330 #define ERR_R_SYS_LIB ERR_LIB_SYS
430 ERR_put_error(ERR_LIB_SYS, 0, 0, __FILE__, __LINE__);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Derr.h304 ERR_put_error(ERR_LIB_SYS, 0, 0, __FILE__, __LINE__);
387 ERR_LIB_SYS, enumerator
421 #define ERR_R_SYS_LIB ERR_LIB_SYS
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Derr.h293 ERR_LIB_SYS, enumerator
330 #define ERR_R_SYS_LIB ERR_LIB_SYS
430 ERR_put_error(ERR_LIB_SYS, 0, 0, __FILE__, __LINE__);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Derr.h304 ERR_put_error(ERR_LIB_SYS, 0, 0, __FILE__, __LINE__);
387 ERR_LIB_SYS, enumerator
421 #define ERR_R_SYS_LIB ERR_LIB_SYS
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Derr.h293 ERR_LIB_SYS, enumerator
330 #define ERR_R_SYS_LIB ERR_LIB_SYS
430 ERR_put_error(ERR_LIB_SYS, 0, 0, __FILE__, __LINE__);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Derr.h293 ERR_LIB_SYS, enumerator
330 #define ERR_R_SYS_LIB ERR_LIB_SYS
430 ERR_put_error(ERR_LIB_SYS, 0, 0, __FILE__, __LINE__);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Derr.h161 # define ERR_LIB_SYS 2 macro
203 # define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
264 # define ERR_R_SYS_LIB ERR_LIB_SYS/* 2 */