/external/openssl/crypto/conf/ |
conf_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason) 100 {ERR_REASON(CONF_R_ERROR_LOADING_DSO) ,"error loading dso"}, 101 {ERR_REASON(CONF_R_LIST_CANNOT_BE_NULL) ,"list cannot be null"}, 102 {ERR_REASON(CONF_R_MISSING_CLOSE_SQUARE_BRACKET),"missing close square bracket"}, 103 {ERR_REASON(CONF_R_MISSING_EQUAL_SIGN) ,"missing equal sign"}, 104 {ERR_REASON(CONF_R_MISSING_FINISH_FUNCTION),"missing finish function"}, 105 {ERR_REASON(CONF_R_MISSING_INIT_FUNCTION),"missing init function"}, 106 {ERR_REASON(CONF_R_MODULE_INITIALIZATION_ERROR),"module initialization error"}, 107 {ERR_REASON(CONF_R_NO_CLOSE_BRACE) ,"no close brace"}, 108 {ERR_REASON(CONF_R_NO_CONF) ,"no conf"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/pem/ |
pem_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason) 118 {ERR_REASON(PEM_R_BAD_BASE64_DECODE) ,"bad base64 decode"}, 119 {ERR_REASON(PEM_R_BAD_DECRYPT) ,"bad decrypt"}, 120 {ERR_REASON(PEM_R_BAD_END_LINE) ,"bad end line"}, 121 {ERR_REASON(PEM_R_BAD_IV_CHARS) ,"bad iv chars"}, 122 {ERR_REASON(PEM_R_BAD_MAGIC_NUMBER) ,"bad magic number"}, 123 {ERR_REASON(PEM_R_BAD_PASSWORD_READ) ,"bad password read"}, 124 {ERR_REASON(PEM_R_BAD_VERSION_NUMBER) ,"bad version number"}, 125 {ERR_REASON(PEM_R_BIO_WRITE_FAILURE) ,"bio write failure"}, 126 {ERR_REASON(PEM_R_CIPHER_IS_NULL) ,"cipher is null"} [all...] |
/external/openssl/crypto/pem/ |
pem_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason) 118 {ERR_REASON(PEM_R_BAD_BASE64_DECODE) ,"bad base64 decode"}, 119 {ERR_REASON(PEM_R_BAD_DECRYPT) ,"bad decrypt"}, 120 {ERR_REASON(PEM_R_BAD_END_LINE) ,"bad end line"}, 121 {ERR_REASON(PEM_R_BAD_IV_CHARS) ,"bad iv chars"}, 122 {ERR_REASON(PEM_R_BAD_MAGIC_NUMBER) ,"bad magic number"}, 123 {ERR_REASON(PEM_R_BAD_PASSWORD_READ) ,"bad password read"}, 124 {ERR_REASON(PEM_R_BAD_VERSION_NUMBER) ,"bad version number"}, 125 {ERR_REASON(PEM_R_BIO_WRITE_FAILURE) ,"bio write failure"}, 126 {ERR_REASON(PEM_R_CIPHER_IS_NULL) ,"cipher is null"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/jpake/ |
jpake_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason) 83 {ERR_REASON(JPAKE_R_G_TO_THE_X3_IS_NOT_LEGAL),"g to the x3 is not legal"}, 84 {ERR_REASON(JPAKE_R_G_TO_THE_X4_IS_NOT_LEGAL),"g to the x4 is not legal"}, 85 {ERR_REASON(JPAKE_R_G_TO_THE_X4_IS_ONE) ,"g to the x4 is one"}, 86 {ERR_REASON(JPAKE_R_HASH_OF_HASH_OF_KEY_MISMATCH),"hash of hash of key mismatch"}, 87 {ERR_REASON(JPAKE_R_HASH_OF_KEY_MISMATCH),"hash of key mismatch"}, 88 {ERR_REASON(JPAKE_R_VERIFY_B_FAILED) ,"verify b failed"}, 89 {ERR_REASON(JPAKE_R_VERIFY_X3_FAILED) ,"verify x3 failed"}, 90 {ERR_REASON(JPAKE_R_VERIFY_X4_FAILED) ,"verify x4 failed"}, 91 {ERR_REASON(JPAKE_R_ZKP_VERIFY_FAILED) ,"zkp verify failed"} [all...] |
/external/openssl/crypto/jpake/ |
jpake_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason) 83 {ERR_REASON(JPAKE_R_G_TO_THE_X3_IS_NOT_LEGAL),"g to the x3 is not legal"}, 84 {ERR_REASON(JPAKE_R_G_TO_THE_X4_IS_NOT_LEGAL),"g to the x4 is not legal"}, 85 {ERR_REASON(JPAKE_R_G_TO_THE_X4_IS_ONE) ,"g to the x4 is one"}, 86 {ERR_REASON(JPAKE_R_HASH_OF_HASH_OF_KEY_MISMATCH),"hash of hash of key mismatch"}, 87 {ERR_REASON(JPAKE_R_HASH_OF_KEY_MISMATCH),"hash of key mismatch"}, 88 {ERR_REASON(JPAKE_R_VERIFY_B_FAILED) ,"verify b failed"}, 89 {ERR_REASON(JPAKE_R_VERIFY_X3_FAILED) ,"verify x3 failed"}, 90 {ERR_REASON(JPAKE_R_VERIFY_X4_FAILED) ,"verify x4 failed"}, 91 {ERR_REASON(JPAKE_R_ZKP_VERIFY_FAILED) ,"zkp verify failed"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason) 123 {ERR_REASON(X509_R_BAD_X509_FILETYPE) ,"bad x509 filetype"}, 124 {ERR_REASON(X509_R_BASE64_DECODE_ERROR) ,"base64 decode error"}, 125 {ERR_REASON(X509_R_CANT_CHECK_DH_KEY) ,"cant check dh key"}, 126 {ERR_REASON(X509_R_CERT_ALREADY_IN_HASH_TABLE),"cert already in hash table"}, 127 {ERR_REASON(X509_R_ERR_ASN1_LIB) ,"err asn1 lib"}, 128 {ERR_REASON(X509_R_INVALID_DIRECTORY) ,"invalid directory"}, 129 {ERR_REASON(X509_R_INVALID_FIELD_NAME) ,"invalid field name"}, 130 {ERR_REASON(X509_R_INVALID_TRUST) ,"invalid trust"}, 131 {ERR_REASON(X509_R_KEY_TYPE_MISMATCH) ,"key type mismatch"} [all...] |
/external/openssl/crypto/x509/ |
x509_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason) 123 {ERR_REASON(X509_R_BAD_X509_FILETYPE) ,"bad x509 filetype"}, 124 {ERR_REASON(X509_R_BASE64_DECODE_ERROR) ,"base64 decode error"}, 125 {ERR_REASON(X509_R_CANT_CHECK_DH_KEY) ,"cant check dh key"}, 126 {ERR_REASON(X509_R_CERT_ALREADY_IN_HASH_TABLE),"cert already in hash table"}, 127 {ERR_REASON(X509_R_ERR_ASN1_LIB) ,"err asn1 lib"}, 128 {ERR_REASON(X509_R_INVALID_DIRECTORY) ,"invalid directory"}, 129 {ERR_REASON(X509_R_INVALID_FIELD_NAME) ,"invalid field name"}, 130 {ERR_REASON(X509_R_INVALID_TRUST) ,"invalid trust"}, 131 {ERR_REASON(X509_R_KEY_TYPE_MISMATCH) ,"key type mismatch"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecs_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason) 83 {ERR_REASON(ECDSA_R_BAD_SIGNATURE) ,"bad signature"}, 84 {ERR_REASON(ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"}, 85 {ERR_REASON(ECDSA_R_ERR_EC_LIB) ,"err ec lib"}, 86 {ERR_REASON(ECDSA_R_MISSING_PARAMETERS) ,"missing parameters"}, 87 {ERR_REASON(ECDSA_R_NEED_NEW_SETUP_VALUES),"need new setup values"}, 88 {ERR_REASON(ECDSA_R_NON_FIPS_METHOD) ,"non fips method"}, 89 {ERR_REASON(ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED),"random number generation failed"}, 90 {ERR_REASON(ECDSA_R_SIGNATURE_MALLOC_FAILED),"signature malloc failed"},
|
/external/openssl/crypto/ecdsa/ |
ecs_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason) 83 {ERR_REASON(ECDSA_R_BAD_SIGNATURE) ,"bad signature"}, 84 {ERR_REASON(ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"}, 85 {ERR_REASON(ECDSA_R_ERR_EC_LIB) ,"err ec lib"}, 86 {ERR_REASON(ECDSA_R_MISSING_PARAMETERS) ,"missing parameters"}, 87 {ERR_REASON(ECDSA_R_NEED_NEW_SETUP_VALUES),"need new setup values"}, 88 {ERR_REASON(ECDSA_R_NON_FIPS_METHOD) ,"non fips method"}, 89 {ERR_REASON(ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED),"random number generation failed"}, 90 {ERR_REASON(ECDSA_R_SIGNATURE_MALLOC_FAILED),"signature malloc failed"},
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason) 118 {ERR_REASON(BN_R_ARG2_LT_ARG3) ,"arg2 lt arg3"}, 119 {ERR_REASON(BN_R_BAD_RECIPROCAL) ,"bad reciprocal"}, 120 {ERR_REASON(BN_R_BIGNUM_TOO_LONG) ,"bignum too long"}, 121 {ERR_REASON(BN_R_CALLED_WITH_EVEN_MODULUS),"called with even modulus"}, 122 {ERR_REASON(BN_R_DIV_BY_ZERO) ,"div by zero"}, 123 {ERR_REASON(BN_R_ENCODING_ERROR) ,"encoding error"}, 124 {ERR_REASON(BN_R_EXPAND_ON_STATIC_BIGNUM_DATA),"expand on static bignum data"}, 125 {ERR_REASON(BN_R_INPUT_NOT_REDUCED) ,"input not reduced"}, 126 {ERR_REASON(BN_R_INVALID_LENGTH) ,"invalid length"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/dso/ |
dso_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason) 127 {ERR_REASON(DSO_R_CTRL_FAILED) ,"control command failed"}, 128 {ERR_REASON(DSO_R_DSO_ALREADY_LOADED) ,"dso already loaded"}, 129 {ERR_REASON(DSO_R_EMPTY_FILE_STRUCTURE) ,"empty file structure"}, 130 {ERR_REASON(DSO_R_FAILURE) ,"failure"}, 131 {ERR_REASON(DSO_R_FILENAME_TOO_BIG) ,"filename too big"}, 132 {ERR_REASON(DSO_R_FINISH_FAILED) ,"cleanup method function failed"}, 133 {ERR_REASON(DSO_R_INCORRECT_FILE_SYNTAX) ,"incorrect file syntax"}, 134 {ERR_REASON(DSO_R_LOAD_FAILED) ,"could not load the shared library"}, 135 {ERR_REASON(DSO_R_NAME_TRANSLATION_FAILED),"name translation failed"} [all...] |
/external/openssl/crypto/bn/ |
bn_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason) 118 {ERR_REASON(BN_R_ARG2_LT_ARG3) ,"arg2 lt arg3"}, 119 {ERR_REASON(BN_R_BAD_RECIPROCAL) ,"bad reciprocal"}, 120 {ERR_REASON(BN_R_BIGNUM_TOO_LONG) ,"bignum too long"}, 121 {ERR_REASON(BN_R_CALLED_WITH_EVEN_MODULUS),"called with even modulus"}, 122 {ERR_REASON(BN_R_DIV_BY_ZERO) ,"div by zero"}, 123 {ERR_REASON(BN_R_ENCODING_ERROR) ,"encoding error"}, 124 {ERR_REASON(BN_R_EXPAND_ON_STATIC_BIGNUM_DATA),"expand on static bignum data"}, 125 {ERR_REASON(BN_R_INPUT_NOT_REDUCED) ,"input not reduced"}, 126 {ERR_REASON(BN_R_INVALID_LENGTH) ,"invalid length"} [all...] |
/external/openssl/crypto/dso/ |
dso_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason) 127 {ERR_REASON(DSO_R_CTRL_FAILED) ,"control command failed"}, 128 {ERR_REASON(DSO_R_DSO_ALREADY_LOADED) ,"dso already loaded"}, 129 {ERR_REASON(DSO_R_EMPTY_FILE_STRUCTURE) ,"empty file structure"}, 130 {ERR_REASON(DSO_R_FAILURE) ,"failure"}, 131 {ERR_REASON(DSO_R_FILENAME_TOO_BIG) ,"filename too big"}, 132 {ERR_REASON(DSO_R_FINISH_FAILED) ,"cleanup method function failed"}, 133 {ERR_REASON(DSO_R_INCORRECT_FILE_SYNTAX) ,"incorrect file syntax"}, 134 {ERR_REASON(DSO_R_LOAD_FAILED) ,"could not load the shared library"}, 135 {ERR_REASON(DSO_R_NAME_TRANSLATION_FAILED),"name translation failed"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/dh/ |
dh_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason) 95 {ERR_REASON(DH_R_BAD_GENERATOR) ,"bad generator"}, 96 {ERR_REASON(DH_R_BN_DECODE_ERROR) ,"bn decode error"}, 97 {ERR_REASON(DH_R_BN_ERROR) ,"bn error"}, 98 {ERR_REASON(DH_R_DECODE_ERROR) ,"decode error"}, 99 {ERR_REASON(DH_R_INVALID_PUBKEY) ,"invalid public key"}, 100 {ERR_REASON(DH_R_KEYS_NOT_SET) ,"keys not set"}, 101 {ERR_REASON(DH_R_KEY_SIZE_TOO_SMALL) ,"key size too small"}, 102 {ERR_REASON(DH_R_MODULUS_TOO_LARGE) ,"modulus too large"}, 103 {ERR_REASON(DH_R_NON_FIPS_METHOD) ,"non fips method"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsa_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason) 103 {ERR_REASON(DSA_R_BAD_Q_VALUE) ,"bad q value"}, 104 {ERR_REASON(DSA_R_BN_DECODE_ERROR) ,"bn decode error"}, 105 {ERR_REASON(DSA_R_BN_ERROR) ,"bn error"}, 106 {ERR_REASON(DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"}, 107 {ERR_REASON(DSA_R_DECODE_ERROR) ,"decode error"}, 108 {ERR_REASON(DSA_R_INVALID_DIGEST_TYPE) ,"invalid digest type"}, 109 {ERR_REASON(DSA_R_MISSING_PARAMETERS) ,"missing parameters"}, 110 {ERR_REASON(DSA_R_MODULUS_TOO_LARGE) ,"modulus too large"}, 111 {ERR_REASON(DSA_R_NEED_NEW_SETUP_VALUES) ,"need new setup values"} [all...] |
/external/openssl/crypto/dh/ |
dh_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason) 95 {ERR_REASON(DH_R_BAD_GENERATOR) ,"bad generator"}, 96 {ERR_REASON(DH_R_BN_DECODE_ERROR) ,"bn decode error"}, 97 {ERR_REASON(DH_R_BN_ERROR) ,"bn error"}, 98 {ERR_REASON(DH_R_DECODE_ERROR) ,"decode error"}, 99 {ERR_REASON(DH_R_INVALID_PUBKEY) ,"invalid public key"}, 100 {ERR_REASON(DH_R_KEYS_NOT_SET) ,"keys not set"}, 101 {ERR_REASON(DH_R_KEY_SIZE_TOO_SMALL) ,"key size too small"}, 102 {ERR_REASON(DH_R_MODULUS_TOO_LARGE) ,"modulus too large"}, 103 {ERR_REASON(DH_R_NON_FIPS_METHOD) ,"non fips method"} [all...] |
/external/openssl/crypto/dsa/ |
dsa_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason) 103 {ERR_REASON(DSA_R_BAD_Q_VALUE) ,"bad q value"}, 104 {ERR_REASON(DSA_R_BN_DECODE_ERROR) ,"bn decode error"}, 105 {ERR_REASON(DSA_R_BN_ERROR) ,"bn error"}, 106 {ERR_REASON(DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"}, 107 {ERR_REASON(DSA_R_DECODE_ERROR) ,"decode error"}, 108 {ERR_REASON(DSA_R_INVALID_DIGEST_TYPE) ,"invalid digest type"}, 109 {ERR_REASON(DSA_R_MISSING_PARAMETERS) ,"missing parameters"}, 110 {ERR_REASON(DSA_R_MODULUS_TOO_LARGE) ,"modulus too large"}, 111 {ERR_REASON(DSA_R_NEED_NEW_SETUP_VALUES) ,"need new setup values"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason) 90 {ERR_REASON(UI_R_COMMON_OK_AND_CANCEL_CHARACTERS),"common ok and cancel characters"}, 91 {ERR_REASON(UI_R_INDEX_TOO_LARGE) ,"index too large"}, 92 {ERR_REASON(UI_R_INDEX_TOO_SMALL) ,"index too small"}, 93 {ERR_REASON(UI_R_NO_RESULT_BUFFER) ,"no result buffer"}, 94 {ERR_REASON(UI_R_RESULT_TOO_LARGE) ,"result too large"}, 95 {ERR_REASON(UI_R_RESULT_TOO_SMALL) ,"result too small"}, 96 {ERR_REASON(UI_R_UNKNOWN_CONTROL_COMMAND),"unknown control command"},
|
/external/openssl/crypto/ui/ |
ui_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason) 90 {ERR_REASON(UI_R_COMMON_OK_AND_CANCEL_CHARACTERS),"common ok and cancel characters"}, 91 {ERR_REASON(UI_R_INDEX_TOO_LARGE) ,"index too large"}, 92 {ERR_REASON(UI_R_INDEX_TOO_SMALL) ,"index too small"}, 93 {ERR_REASON(UI_R_NO_RESULT_BUFFER) ,"no result buffer"}, 94 {ERR_REASON(UI_R_RESULT_TOO_LARGE) ,"result too large"}, 95 {ERR_REASON(UI_R_RESULT_TOO_SMALL) ,"result too small"}, 96 {ERR_REASON(UI_R_UNKNOWN_CONTROL_COMMAND),"unknown control command"},
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason) 214 {ERR_REASON(EC_R_ASN1_ERROR) ,"asn1 error"}, 215 {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD) ,"asn1 unknown field"}, 216 {ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE) ,"bignum out of range"}, 217 {ERR_REASON(EC_R_BUFFER_TOO_SMALL) ,"buffer too small"}, 218 {ERR_REASON(EC_R_COORDINATES_OUT_OF_RANGE),"coordinates out of range"}, 219 {ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE),"d2i ecpkparameters failure"}, 220 {ERR_REASON(EC_R_DECODE_ERROR) ,"decode error"}, 221 {ERR_REASON(EC_R_DISCRIMINANT_IS_ZERO) ,"discriminant is zero"}, 222 {ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE),"ec group new by name failure"} [all...] |
/external/openssl/crypto/ec/ |
ec_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason) 214 {ERR_REASON(EC_R_ASN1_ERROR) ,"asn1 error"}, 215 {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD) ,"asn1 unknown field"}, 216 {ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE) ,"bignum out of range"}, 217 {ERR_REASON(EC_R_BUFFER_TOO_SMALL) ,"buffer too small"}, 218 {ERR_REASON(EC_R_COORDINATES_OUT_OF_RANGE),"coordinates out of range"}, 219 {ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE),"d2i ecpkparameters failure"}, 220 {ERR_REASON(EC_R_DECODE_ERROR) ,"decode error"}, 221 {ERR_REASON(EC_R_DISCRIMINANT_IS_ZERO) ,"discriminant is zero"}, 222 {ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE),"ec group new by name failure"} [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ech_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason) 81 {ERR_REASON(ECDH_R_KDF_FAILED) ,"KDF failed"}, 82 {ERR_REASON(ECDH_R_NON_FIPS_METHOD) ,"non fips method"}, 83 {ERR_REASON(ECDH_R_NO_PRIVATE_VALUE) ,"no private value"}, 84 {ERR_REASON(ECDH_R_POINT_ARITHMETIC_FAILURE),"point arithmetic failure"},
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason) 81 {ERR_REASON(RAND_R_ERROR_INITIALISING_DRBG),"error initialising drbg"}, 82 {ERR_REASON(RAND_R_ERROR_INSTANTIATING_DRBG),"error instantiating drbg"}, 83 {ERR_REASON(RAND_R_NO_FIPS_RANDOM_METHOD_SET),"no fips random method set"}, 84 {ERR_REASON(RAND_R_PRNG_NOT_SEEDED) ,"PRNG not seeded"},
|
/external/openssl/crypto/ecdh/ |
ech_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason) 81 {ERR_REASON(ECDH_R_KDF_FAILED) ,"KDF failed"}, 82 {ERR_REASON(ECDH_R_NON_FIPS_METHOD) ,"non fips method"}, 83 {ERR_REASON(ECDH_R_NO_PRIVATE_VALUE) ,"no private value"}, 84 {ERR_REASON(ECDH_R_POINT_ARITHMETIC_FAILURE),"point arithmetic failure"},
|
/external/openssl/crypto/rand/ |
rand_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason) 81 {ERR_REASON(RAND_R_ERROR_INITIALISING_DRBG),"error initialising drbg"}, 82 {ERR_REASON(RAND_R_ERROR_INSTANTIATING_DRBG),"error instantiating drbg"}, 83 {ERR_REASON(RAND_R_NO_FIPS_RANDOM_METHOD_SET),"no fips random method set"}, 84 {ERR_REASON(RAND_R_PRNG_NOT_SEEDED) ,"PRNG not seeded"},
|