Home
last modified time | relevance | path

Searched refs:crypto_sha256_update (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dsha256_generic.c249 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() function
280 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,