Lines Matching full:0
38 * bits signed integers to support all platforms (-0x0001 - -0x7FFF). In
54 * Low-level module errors (0x0002-0x007E, 0x0001-0x007F)
57 * ERROR 2 0x006E 0x0001
58 * MPI 7 0x0002-0x0010
59 * GCM 3 0x0012-0x0014 0x0013-0x0013
60 * THREADING 3 0x001A-0x001E
61 * AES 5 0x0020-0x0022 0x0021-0x0025
62 * CAMELLIA 3 0x0024-0x0026 0x0027-0x0027
63 * BASE64 2 0x002A-0x002C
64 * OID 1 0x002E-0x002E 0x000B-0x000B
65 * PADLOCK 1 0x0030-0x0030
66 * DES 2 0x0032-0x0032 0x0033-0x0033
67 * CTR_DBRG 4 0x0034-0x003A
68 * ENTROPY 3 0x003C-0x0040 0x003D-0x003F
69 * NET 13 0x0042-0x0052 0x0043-0x0049
70 * ARIA 4 0x0058-0x005E
71 * ASN1 7 0x0060-0x006C
72 * CMAC 1 0x007A-0x007A
73 * PBKDF2 1 0x007C-0x007C
74 * HMAC_DRBG 4 0x0003-0x0009
75 * CCM 3 0x000D-0x0011
76 * MD5 1 0x002F-0x002F
77 * RIPEMD160 1 0x0031-0x0031
78 * SHA1 1 0x0035-0x0035 0x0073-0x0073
79 * SHA256 1 0x0037-0x0037 0x0074-0x0074
80 * SHA512 1 0x0039-0x0039 0x0075-0x0075
81 * CHACHA20 3 0x0051-0x0055
82 * POLY1305 3 0x0057-0x005B
83 * CHACHAPOLY 2 0x0054-0x0056
84 * PLATFORM 2 0x0070-0x0072
86 * High-level module nr (3 bits - 0x0...-0x7...)
98 * SSL 5 2 (Started from 0x5F00)
99 * CIPHER 6 8 (Started from 0x6080)
100 * SSL 6 22 (Started from top, plus 0x6000)
101 * SSL 7 20 (Started from 0x7000, gaps at
102 * 0x7380, 0x7900-0x7980, 0x7A80-0x7E80)
104 * Module dependent error code (5 bits 0x.00.-0x.F8.)
111 #define MBEDTLS_ERR_ERROR_GENERIC_ERROR -0x0001 /**< Generic error */
112 #define MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED -0x006E /**< This is a bug in the library */
114 #define MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED -0x0070 /**< Hardware accelerator failed */
115 #define MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED -0x0072 /**< The requested feature is not supporte…