Searched refs:ERR_STRING_DATA (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_algs.c61 extern const ERR_STRING_DATA SSL_error_string_data[];
/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Ddigest_error.c19 const ERR_STRING_DATA DIGEST_error_string_data[] = {
/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr_impl.c118 DEFINE_LHASH_OF(ERR_STRING_DATA); variable
126 static LHASH_OF(ERR_STRING_DATA) *error_hash = NULL;
131 /* err_string_data_hash is an lhash hash function for ERR_STRING_DATA. */
132 static uint32_t err_string_data_hash(const ERR_STRING_DATA *a) {
136 /* err_string_data_cmp is an lhash compare function for ERR_STRING_DATA. */
137 static int err_string_data_cmp(const ERR_STRING_DATA *a,
138 const ERR_STRING_DATA *b) {
145 static LHASH_OF(ERR_STRING_DATA) * error_hash_get_write_locked(void) {
153 /* err_get_item returns an ERR_STRING_DATA with an |error| member that
155 static ERR_STRING_DATA *err_get_ite
[all...]
H A Derr.c399 ERR_STRING_DATA *p;
656 /* kStaticErrors provides storage for ERR_STRING_DATA values that are created
657 * at init time because we assume that ERR_STRING_DATA structures aren't
659 static ERR_STRING_DATA kStaticErrors[ERR_NUM_LIBS * 2 + NUM_SYS_ERRNOS];
661 static ERR_STRING_DATA kGlobalErrors[] = {
681 extern const ERR_STRING_DATA ASN1_error_string_data[];
682 extern const ERR_STRING_DATA BIO_error_string_data[];
683 extern const ERR_STRING_DATA BN_error_string_data[];
684 extern const ERR_STRING_DATA BUF_error_string_data[];
685 extern const ERR_STRING_DATA CIPHER_error_string_dat
[all...]
/external/openssl/crypto/buffer/
H A Dbuf_err.c71 static ERR_STRING_DATA BUF_str_functs[]=
82 static ERR_STRING_DATA BUF_str_reasons[]=
/external/openssl/crypto/comp/
H A Dcomp_err.c71 static ERR_STRING_DATA COMP_str_functs[]=
80 static ERR_STRING_DATA COMP_str_reasons[]=
/external/openssl/crypto/ecdh/
H A Dech_err.c71 static ERR_STRING_DATA ECDH_str_functs[]=
79 static ERR_STRING_DATA ECDH_str_reasons[]=
/external/openssl/crypto/objects/
H A Dobj_err.c71 static ERR_STRING_DATA OBJ_str_functs[]=
83 static ERR_STRING_DATA OBJ_str_reasons[]=
/external/openssl/crypto/rand/
H A Drand_err.c71 static ERR_STRING_DATA RAND_str_functs[]=
79 static ERR_STRING_DATA RAND_str_reasons[]=
/external/chromium_org/third_party/boringssl/src/crypto/buf/
H A Dbuf_error.c19 const ERR_STRING_DATA BUF_error_string_data[] = {
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dcrypto_error.c19 const ERR_STRING_DATA CRYPTO_error_string_data[] = {
/external/chromium_org/third_party/boringssl/src/crypto/ecdh/
H A Decdh_error.c19 const ERR_STRING_DATA ECDH_error_string_data[] = {
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj_error.c19 const ERR_STRING_DATA OBJ_error_string_data[] = {
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dlhash_macros.h131 /* ERR_STRING_DATA */
133 ((LHASH_OF(ERR_STRING_DATA) *)lh_new( \
134 CHECKED_CAST(lhash_hash_func, uint32_t (*)(const ERR_STRING_DATA *), \
138 int (*)(const ERR_STRING_DATA *a, const ERR_STRING_DATA *b), comp)))
141 lh_free(CHECKED_CAST(_LHASH *, LHASH_OF(ERR_STRING_DATA) *, lh));
144 lh_num_items(CHECKED_CAST(_LHASH *, LHASH_OF(ERR_STRING_DATA) *, lh))
147 ((ERR_STRING_DATA *)lh_retrieve( \
148 CHECKED_CAST(_LHASH *, LHASH_OF(ERR_STRING_DATA) *, lh), \
149 CHECKED_CAST(void *, ERR_STRING_DATA *, dat
[all...]
/external/openssl/crypto/
H A Dcpt_err.c71 static ERR_STRING_DATA CRYPTO_str_functs[]=
86 static ERR_STRING_DATA CRYPTO_str_reasons[]=
/external/openssl/crypto/ecdsa/
H A Decs_err.c71 static ERR_STRING_DATA ECDSA_str_functs[]=
81 static ERR_STRING_DATA ECDSA_str_reasons[]=
/external/openssl/crypto/jpake/
H A Djpake_err.c71 static ERR_STRING_DATA JPAKE_str_functs[]=
81 static ERR_STRING_DATA JPAKE_str_reasons[]=
/external/openssl/crypto/ui/
H A Dui_err.c71 static ERR_STRING_DATA UI_str_functs[]=
88 static ERR_STRING_DATA UI_str_reasons[]=
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf_error.c19 const ERR_STRING_DATA CONF_error_string_data[] = {
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_error.c19 const ERR_STRING_DATA DH_error_string_data[] = {
/external/chromium_org/third_party/boringssl/src/crypto/dsa/
H A Ddsa_error.c19 const ERR_STRING_DATA DSA_error_string_data[] = {
/external/openssl/crypto/err/
H A Derr.c122 DECLARE_LHASH_OF(ERR_STRING_DATA); variable
125 static void err_load_strings(int lib, ERR_STRING_DATA *str);
129 static ERR_STRING_DATA ERR_str_libraries[]=
162 static ERR_STRING_DATA ERR_str_functs[]=
180 static ERR_STRING_DATA ERR_str_reasons[]=
230 LHASH_OF(ERR_STRING_DATA) *(*cb_err_get)(int create);
232 ERR_STRING_DATA *(*cb_err_get_item)(const ERR_STRING_DATA *);
233 ERR_STRING_DATA *(*cb_err_set_item)(ERR_STRING_DATA *);
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/ecdsa/
H A Decdsa_error.c19 const ERR_STRING_DATA ECDSA_error_string_data[] = {
/external/openssl/crypto/conf/
H A Dconf_err.c71 static ERR_STRING_DATA CONF_str_functs[]=
98 static ERR_STRING_DATA CONF_str_reasons[]=
/external/openssl/crypto/dh/
H A Ddh_err.c71 static ERR_STRING_DATA DH_str_functs[]=
93 static ERR_STRING_DATA DH_str_reasons[]=

Completed in 266 milliseconds

123