Lines Matching full:data
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
38 * specified in FIPS 180. A hash algorithm maps data of arbitrary
39 * size to data of fixed length.
91 * Hashes data_length bytes addressed by data into state s
96 * data == NULL
99 * If your application intends to have sensitive data in this
100 * buffer, remind to erase it after the data has been processed
102 * @param data message to hash
105 int tc_sha512_update (TCSha512State_t s, const uint8_t *data, size_t datalen);
118 * If your application intends to have sensitive data in this
119 * buffer, remind to erase it after the data has been processed