/external/chromium_org/third_party/openssl/openssl/crypto/buffer/ |
buf_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BUF,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ech_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
obj_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
|
/external/openssl/crypto/buffer/ |
buf_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BUF,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
|
/external/openssl/crypto/comp/ |
comp_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
|
/external/openssl/crypto/ecdh/ |
ech_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
|
/external/openssl/crypto/objects/ |
obj_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
|
/external/openssl/crypto/rand/ |
rand_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
cpt_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CRYPTO,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecs_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDSA,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/jpake/ |
jpake_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_JPAKE,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
|
/external/openssl/crypto/ |
cpt_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CRYPTO,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
|
/external/openssl/crypto/ecdsa/ |
ecs_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDSA,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
|
/external/openssl/crypto/jpake/ |
jpake_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_JPAKE,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
|
/external/openssl/crypto/ui/ |
ui_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/err/ |
err.c | 131 {ERR_PACK(ERR_LIB_NONE,0,0) ,"unknown library"}, 132 {ERR_PACK(ERR_LIB_SYS,0,0) ,"system library"}, 133 {ERR_PACK(ERR_LIB_BN,0,0) ,"bignum routines"}, 134 {ERR_PACK(ERR_LIB_RSA,0,0) ,"rsa routines"}, 135 {ERR_PACK(ERR_LIB_DH,0,0) ,"Diffie-Hellman routines"}, 136 {ERR_PACK(ERR_LIB_EVP,0,0) ,"digital envelope routines"}, 137 {ERR_PACK(ERR_LIB_BUF,0,0) ,"memory buffer routines"}, 138 {ERR_PACK(ERR_LIB_OBJ,0,0) ,"object identifier routines"}, 139 {ERR_PACK(ERR_LIB_PEM,0,0) ,"PEM routines"}, 140 {ERR_PACK(ERR_LIB_DSA,0,0) ,"dsa routines"} [all...] |
/external/openssl/crypto/err/ |
err.c | 131 {ERR_PACK(ERR_LIB_NONE,0,0) ,"unknown library"}, 132 {ERR_PACK(ERR_LIB_SYS,0,0) ,"system library"}, 133 {ERR_PACK(ERR_LIB_BN,0,0) ,"bignum routines"}, 134 {ERR_PACK(ERR_LIB_RSA,0,0) ,"rsa routines"}, 135 {ERR_PACK(ERR_LIB_DH,0,0) ,"Diffie-Hellman routines"}, 136 {ERR_PACK(ERR_LIB_EVP,0,0) ,"digital envelope routines"}, 137 {ERR_PACK(ERR_LIB_BUF,0,0) ,"memory buffer routines"}, 138 {ERR_PACK(ERR_LIB_OBJ,0,0) ,"object identifier routines"}, 139 {ERR_PACK(ERR_LIB_PEM,0,0) ,"PEM routines"}, 140 {ERR_PACK(ERR_LIB_DSA,0,0) ,"dsa routines"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/dh/ |
dh_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsa_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason)
|
/external/openssl/crypto/conf/ |
conf_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
|
/external/openssl/crypto/dh/ |
dh_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
|