/external/chromium_org/third_party/openssl/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/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) 298 {ERR_REASON(SSL_R_APP_DATA_IN_HANDSHAKE) ,"app data in handshake"}, 299 {ERR_REASON(SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT),"attempt to reuse session in different context"}, 300 {ERR_REASON(SSL_R_BAD_ALERT_RECORD) ,"bad alert record"}, 301 {ERR_REASON(SSL_R_BAD_AUTHENTICATION_TYPE),"bad authentication type"}, 302 {ERR_REASON(SSL_R_BAD_CHANGE_CIPHER_SPEC),"bad change cipher spec"}, 303 {ERR_REASON(SSL_R_BAD_CHECKSUM) ,"bad checksum"}, 304 {ERR_REASON(SSL_R_BAD_DATA_RETURNED_BY_CALLBACK),"bad data returned by callback"}, 305 {ERR_REASON(SSL_R_BAD_DECOMPRESSION) ,"bad decompression"}, 306 {ERR_REASON(SSL_R_BAD_DH_G_LENGTH) ,"bad dh g length"} [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason) 301 {ERR_REASON(SSL_R_APP_DATA_IN_HANDSHAKE) ,"app data in handshake"}, 302 {ERR_REASON(SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT),"attempt to reuse session in different context"}, 303 {ERR_REASON(SSL_R_BAD_ALERT_RECORD) ,"bad alert record"}, 304 {ERR_REASON(SSL_R_BAD_AUTHENTICATION_TYPE),"bad authentication type"}, 305 {ERR_REASON(SSL_R_BAD_CHANGE_CIPHER_SPEC),"bad change cipher spec"}, 306 {ERR_REASON(SSL_R_BAD_CHECKSUM) ,"bad checksum"}, 307 {ERR_REASON(SSL_R_BAD_DATA_RETURNED_BY_CALLBACK),"bad data returned by callback"}, 308 {ERR_REASON(SSL_R_BAD_DECOMPRESSION) ,"bad decompression"}, 309 {ERR_REASON(SSL_R_BAD_DH_G_LENGTH) ,"bad dh g length"} [all...] |
/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/evp/ |
evp_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason) 164 {ERR_REASON(EVP_R_AES_IV_SETUP_FAILED) ,"aes iv setup failed"}, 165 {ERR_REASON(EVP_R_AES_KEY_SETUP_FAILED) ,"aes key setup failed"}, 166 {ERR_REASON(EVP_R_ASN1_LIB) ,"asn1 lib"}, 167 {ERR_REASON(EVP_R_BAD_BLOCK_LENGTH) ,"bad block length"}, 168 {ERR_REASON(EVP_R_BAD_DECRYPT) ,"bad decrypt"}, 169 {ERR_REASON(EVP_R_BAD_KEY_LENGTH) ,"bad key length"}, 170 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"}, 171 {ERR_REASON(EVP_R_BN_PUBKEY_ERROR) ,"bn pubkey error"}, 172 {ERR_REASON(EVP_R_BUFFER_TOO_SMALL) ,"buffer too small"} [all...] |
/external/openssl/crypto/evp/ |
evp_err.c | 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason) 155 {ERR_REASON(EVP_R_AES_IV_SETUP_FAILED) ,"aes iv setup failed"}, 156 {ERR_REASON(EVP_R_AES_KEY_SETUP_FAILED) ,"aes key setup failed"}, 157 {ERR_REASON(EVP_R_ASN1_LIB) ,"asn1 lib"}, 158 {ERR_REASON(EVP_R_BAD_BLOCK_LENGTH) ,"bad block length"}, 159 {ERR_REASON(EVP_R_BAD_DECRYPT) ,"bad decrypt"}, 160 {ERR_REASON(EVP_R_BAD_KEY_LENGTH) ,"bad key length"}, 161 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"}, 162 {ERR_REASON(EVP_R_BN_PUBKEY_ERROR) ,"bn pubkey error"}, 163 {ERR_REASON(EVP_R_BUFFER_TOO_SMALL) ,"buffer too small"} [all...] |
/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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...] |