Searched refs:sha256_update (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/crypto/ |
| A D | sha256.c | 122 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len) in sha256_update() function 152 EXPORT_SYMBOL(sha256_update); 156 sha256_update(sctx, data, len); in sha224_update() 174 sha256_update(sctx, padding, pad_len); in __sha256_final() 177 sha256_update(sctx, (const u8 *)&bits, sizeof(bits)); in __sha256_final() 204 sha256_update(&sctx, data, len); in sha256()
|
| /linux/crypto/ |
| A D | sha256_generic.c | 51 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_update() 68 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_finup()
|
| /linux/arch/s390/purgatory/ |
| A D | purgatory.c | 25 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
|
| /linux/arch/x86/purgatory/ |
| A D | purgatory.c | 33 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
|
| /linux/include/crypto/ |
| A D | sha2.h | 115 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len);
|
| /linux/ |
| A D | vmlinux.symvers | 5445 0x00000000 sha256_update vmlinux EXPORT_SYMBOL
|
| A D | System.map | 16741 ffff80001049f720 T sha256_update
|
| A D | .tmp_System.map | 16741 ffff80001049f720 T sha256_update
|
Completed in 8958 milliseconds