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

/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr_test.c64 ERR_GET_FUNC(packed_error) != 2 ||
H A Derr.c339 func = ERR_GET_FUNC(packed_error);
416 ERR_PACK(ERR_GET_LIB(packed_error), ERR_GET_FUNC(packed_error), 0));
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h464 #define ERR_GET_FUNC(packed_error) (((packed_error) >> 12) & 0xfff) macro
/external/openssl/apps/
H A Drsa.c352 ERR_GET_FUNC(err) == RSA_F_RSA_CHECK_KEY &&
/external/openssl/crypto/err/
H A Derr.h244 #define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) macro
H A Derr.c338 ret=l^ERR_GET_LIB(l)^ERR_GET_FUNC(l);
867 f=ERR_GET_FUNC(e);
959 f=ERR_GET_FUNC(e);
/external/openssl/include/openssl/
H A Derr.h244 #define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) macro

Completed in 5241 milliseconds