HomeSort by relevance Sort by last modified time
    Searched refs:ERR_REASON (Results 1 - 25 of 29) sorted by null

1 2

  /external/openssl/crypto/pkcs7/
pkcs7err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
118 {ERR_REASON(PKCS7_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"},
119 {ERR_REASON(PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER),"cipher has no object identifier"},
120 {ERR_REASON(PKCS7_R_CIPHER_NOT_INITIALIZED),"cipher not initialized"},
121 {ERR_REASON(PKCS7_R_CONTENT_AND_DATA_PRESENT),"content and data present"},
122 {ERR_REASON(PKCS7_R_CTRL_ERROR) ,"ctrl error"},
123 {ERR_REASON(PKCS7_R_DECODE_ERROR) ,"decode error"},
124 {ERR_REASON(PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH),"decrypted key is wrong length"},
125 {ERR_REASON(PKCS7_R_DECRYPT_ERROR) ,"decrypt error"},
126 {ERR_REASON(PKCS7_R_DIGEST_FAILURE) ,"digest failure"}
    [all...]
  /external/openssl/ssl/
ssl_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason)
295 {ERR_REASON(SSL_R_APP_DATA_IN_HANDSHAKE) ,"app data in handshake"},
296 {ERR_REASON(SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT),"attempt to reuse session in different context"},
297 {ERR_REASON(SSL_R_BAD_ALERT_RECORD) ,"bad alert record"},
298 {ERR_REASON(SSL_R_BAD_AUTHENTICATION_TYPE),"bad authentication type"},
299 {ERR_REASON(SSL_R_BAD_CHANGE_CIPHER_SPEC),"bad change cipher spec"},
300 {ERR_REASON(SSL_R_BAD_CHECKSUM) ,"bad checksum"},
301 {ERR_REASON(SSL_R_BAD_DATA_RETURNED_BY_CALLBACK),"bad data returned by callback"},
302 {ERR_REASON(SSL_R_BAD_DECOMPRESSION) ,"bad decompression"},
303 {ERR_REASON(SSL_R_BAD_DH_G_LENGTH) ,"bad dh g length"}
    [all...]
  /external/openssl/crypto/x509v3/
v3err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509V3,0,reason)
143 {ERR_REASON(X509V3_R_BAD_IP_ADDRESS) ,"bad ip address"},
144 {ERR_REASON(X509V3_R_BAD_OBJECT) ,"bad object"},
145 {ERR_REASON(X509V3_R_BN_DEC2BN_ERROR) ,"bn dec2bn error"},
146 {ERR_REASON(X509V3_R_BN_TO_ASN1_INTEGER_ERROR),"bn to asn1 integer error"},
147 {ERR_REASON(X509V3_R_DIRNAME_ERROR) ,"dirname error"},
148 {ERR_REASON(X509V3_R_DISTPOINT_ALREADY_SET),"distpoint already set"},
149 {ERR_REASON(X509V3_R_DUPLICATE_ZONE_ID) ,"duplicate zone id"},
150 {ERR_REASON(X509V3_R_ERROR_CONVERTING_ZONE),"error converting zone"},
151 {ERR_REASON(X509V3_R_ERROR_CREATING_EXTENSION),"error creating extension"}
    [all...]
  /external/openssl/crypto/evp/
evp_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason)
154 {ERR_REASON(EVP_R_AES_IV_SETUP_FAILED) ,"aes iv setup failed"},
155 {ERR_REASON(EVP_R_AES_KEY_SETUP_FAILED) ,"aes key setup failed"},
156 {ERR_REASON(EVP_R_ASN1_LIB) ,"asn1 lib"},
157 {ERR_REASON(EVP_R_BAD_BLOCK_LENGTH) ,"bad block length"},
158 {ERR_REASON(EVP_R_BAD_DECRYPT) ,"bad decrypt"},
159 {ERR_REASON(EVP_R_BAD_KEY_LENGTH) ,"bad key length"},
160 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"},
161 {ERR_REASON(EVP_R_BN_PUBKEY_ERROR) ,"bn pubkey error"},
162 {ERR_REASON(EVP_R_BUFFER_TOO_SMALL) ,"buffer too small"}
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
97 {ERR_REASON(OCSP_R_BAD_DATA) ,"bad data"},
98 {ERR_REASON(OCSP_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"},
99 {ERR_REASON(OCSP_R_DIGEST_ERR) ,"digest err"},
100 {ERR_REASON(OCSP_R_ERROR_IN_NEXTUPDATE_FIELD),"error in nextupdate field"},
101 {ERR_REASON(OCSP_R_ERROR_IN_THISUPDATE_FIELD),"error in thisupdate field"},
102 {ERR_REASON(OCSP_R_ERROR_PARSING_URL) ,"error parsing url"},
103 {ERR_REASON(OCSP_R_MISSING_OCSPSIGNING_USAGE),"missing ocspsigning usage"},
104 {ERR_REASON(OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE),"nextupdate before thisupdate"},
105 {ERR_REASON(OCSP_R_NOT_BASIC_RESPONSE) ,"not basic response"}
    [all...]
  /external/openssl/crypto/engine/
eng_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
117 {ERR_REASON(ENGINE_R_ALREADY_LOADED) ,"already loaded"},
118 {ERR_REASON(ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER),"argument is not a number"},
119 {ERR_REASON(ENGINE_R_CMD_NOT_EXECUTABLE) ,"cmd not executable"},
120 {ERR_REASON(ENGINE_R_COMMAND_TAKES_INPUT),"command takes input"},
121 {ERR_REASON(ENGINE_R_COMMAND_TAKES_NO_INPUT),"command takes no input"},
122 {ERR_REASON(ENGINE_R_CONFLICTING_ENGINE_ID),"conflicting engine id"},
123 {ERR_REASON(ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"},
124 {ERR_REASON(ENGINE_R_DH_NOT_IMPLEMENTED) ,"dh not implemented"},
125 {ERR_REASON(ENGINE_R_DSA_NOT_IMPLEMENTED),"dsa not implemented"}
    [all...]
  /external/openssl/crypto/rsa/
rsa_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RSA,0,reason)
135 {ERR_REASON(RSA_R_ALGORITHM_MISMATCH) ,"algorithm mismatch"},
136 {ERR_REASON(RSA_R_BAD_E_VALUE) ,"bad e value"},
137 {ERR_REASON(RSA_R_BAD_FIXED_HEADER_DECRYPT),"bad fixed header decrypt"},
138 {ERR_REASON(RSA_R_BAD_PAD_BYTE_COUNT) ,"bad pad byte count"},
139 {ERR_REASON(RSA_R_BAD_SIGNATURE) ,"bad signature"},
140 {ERR_REASON(RSA_R_BLOCK_TYPE_IS_NOT_01) ,"block type is not 01"},
141 {ERR_REASON(RSA_R_BLOCK_TYPE_IS_NOT_02) ,"block type is not 02"},
142 {ERR_REASON(RSA_R_DATA_GREATER_THAN_MOD_LEN),"data greater than mod len"},
143 {ERR_REASON(RSA_R_DATA_TOO_LARGE) ,"data too large"}
    [all...]
  /external/openssl/crypto/bio/
bio_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
111 {ERR_REASON(BIO_R_ACCEPT_ERROR) ,"accept error"},
112 {ERR_REASON(BIO_R_BAD_FOPEN_MODE) ,"bad fopen mode"},
113 {ERR_REASON(BIO_R_BAD_HOSTNAME_LOOKUP) ,"bad hostname lookup"},
114 {ERR_REASON(BIO_R_BROKEN_PIPE) ,"broken pipe"},
115 {ERR_REASON(BIO_R_CONNECT_ERROR) ,"connect error"},
116 {ERR_REASON(BIO_R_EOF_ON_MEMORY_BIO) ,"EOF on memory BIO"},
117 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO) ,"error setting nbio"},
118 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET),"error setting nbio on accepted socket"},
119 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET),"error setting nbio on accept socket"}
    [all...]
  /external/openssl/crypto/asn1/
asn1_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason)
199 {ERR_REASON(ASN1_R_ADDING_OBJECT) ,"adding object"},
200 {ERR_REASON(ASN1_R_ASN1_PARSE_ERROR) ,"asn1 parse error"},
201 {ERR_REASON(ASN1_R_ASN1_SIG_PARSE_ERROR) ,"asn1 sig parse error"},
202 {ERR_REASON(ASN1_R_AUX_ERROR) ,"aux error"},
203 {ERR_REASON(ASN1_R_BAD_CLASS) ,"bad class"},
204 {ERR_REASON(ASN1_R_BAD_OBJECT_HEADER) ,"bad object header"},
205 {ERR_REASON(ASN1_R_BAD_PASSWORD_READ) ,"bad password read"},
206 {ERR_REASON(ASN1_R_BAD_TAG) ,"bad tag"},
207 {ERR_REASON(ASN1_R_BMPSTRING_IS_WRONG_LENGTH),"bmpstring is wrong length"}
    [all...]
  /external/openssl/crypto/ts/
ts_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
129 {ERR_REASON(TS_R_BAD_PKCS7_TYPE) ,"bad pkcs7 type"},
130 {ERR_REASON(TS_R_BAD_TYPE) ,"bad type"},
131 {ERR_REASON(TS_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"},
132 {ERR_REASON(TS_R_COULD_NOT_SET_ENGINE) ,"could not set engine"},
133 {ERR_REASON(TS_R_COULD_NOT_SET_TIME) ,"could not set time"},
134 {ERR_REASON(TS_R_D2I_TS_RESP_INT_FAILED) ,"d2i ts resp int failed"},
135 {ERR_REASON(TS_R_DETACHED_CONTENT) ,"detached content"},
136 {ERR_REASON(TS_R_ESS_ADD_SIGNING_CERT_ERROR),"ess add signing cert error"},
137 {ERR_REASON(TS_R_ESS_SIGNING_CERTIFICATE_ERROR),"ess signing certificate error"}
    [all...]
  /external/openssl/crypto/store/
str_err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_STORE,0,reason)
150 {ERR_REASON(STORE_R_ALREADY_HAS_A_VALUE) ,"already has a value"},
151 {ERR_REASON(STORE_R_FAILED_DELETING_ARBITRARY),"failed deleting arbitrary"},
152 {ERR_REASON(STORE_R_FAILED_DELETING_CERTIFICATE),"failed deleting certificate"},
153 {ERR_REASON(STORE_R_FAILED_DELETING_KEY) ,"failed deleting key"},
154 {ERR_REASON(STORE_R_FAILED_DELETING_NUMBER),"failed deleting number"},
155 {ERR_REASON(STORE_R_FAILED_GENERATING_CRL),"failed generating crl"},
156 {ERR_REASON(STORE_R_FAILED_GENERATING_KEY),"failed generating key"},
157 {ERR_REASON(STORE_R_FAILED_GETTING_ARBITRARY),"failed getting arbitrary"},
158 {ERR_REASON(STORE_R_FAILED_GETTING_CERTIFICATE),"failed getting certificate"}
    [all...]
  /external/openssl/crypto/pkcs12/
pk12err.c 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
107 {ERR_REASON(PKCS12_R_CANT_PACK_STRUCTURE),"cant pack structure"},
108 {ERR_REASON(PKCS12_R_CONTENT_TYPE_NOT_DATA),"content type not data"},
109 {ERR_REASON(PKCS12_R_DECODE_ERROR) ,"decode error"},
110 {ERR_REASON(PKCS12_R_ENCODE_ERROR) ,"encode error"},
111 {ERR_REASON(PKCS12_R_ENCRYPT_ERROR) ,"encrypt error"},
112 {ERR_REASON(PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE),"error setting encrypted data type"},
113 {ERR_REASON(PKCS12_R_INVALID_NULL_ARGUMENT),"invalid null argument"},
114 {ERR_REASON(PKCS12_R_INVALID_NULL_PKCS12_POINTER),"invalid null pkcs12 pointer"},
115 {ERR_REASON(PKCS12_R_IV_GEN_ERROR) ,"iv gen error"}
    [all...]
  /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/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/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/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/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/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/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/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/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/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"},

Completed in 793 milliseconds

1 2