Searched refs:ERR_FLAG_PUBLIC_MASK (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/include/openssl/
H A Derr.h353 /* ERR_FLAG_PUBLIC_MASK is applied to the flags field before it is returned
355 #define ERR_FLAG_PUBLIC_MASK 0xf macro
/external/boringssl/src/include/openssl/
H A Derr.h353 /* ERR_FLAG_PUBLIC_MASK is applied to the flags field before it is returned
355 #define ERR_FLAG_PUBLIC_MASK 0xf macro
/external/boringssl/src/crypto/err/
H A Derr.c230 *flags = error->flags & ERR_FLAG_PUBLIC_MASK;

Completed in 110 milliseconds