Searched refs:crypto_sha256_update (Results 1 – 1 of 1) sorted by relevance
249 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() function280 EXPORT_SYMBOL(crypto_sha256_update);297 crypto_sha256_update(desc, padding, pad_len); in sha256_final()300 crypto_sha256_update(desc, (const u8 *)&bits, sizeof(bits)); in sha256_final()343 .update = crypto_sha256_update,359 .update = crypto_sha256_update,