Home
last modified time | relevance | path

Searched refs:ERR_GET_LIB (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/
H A D0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch23 - printf("OpenSSL cert error: %d %d %d\n", ERR_GET_LIB(err),
25 + printf("OpenSSL cert error: %d %d\n", ERR_GET_LIB(err),
/OK3568_Linux_fs/kernel/scripts/
H A Dextract-cert.c162 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in main()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Derr.h166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Derr.h470 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Derr.h166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Derr.h470 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Derr.h166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Derr.h166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Derr.h244 # define ERR_GET_LIB(l) (int)((((unsigned long)l)>>24L)&0xffL) macro