Lines Matching +full:sha +full:- +full:256
1 /* SPDX-License-Identifier: MIT */
24 /* Block size in bytes of a SHA-256 digest. */
28 /* Block size in bytes of a SHA-512 digest. */
31 /* Data structure used for SHA-256. */
40 /* Data structure used for SHA-512. */
49 /* Initializes the SHA-256 context. */
52 /* Updates the SHA-256 context with |len| bytes from |data|. */
55 /* Returns the SHA-256 digest. */
58 /* Initializes the SHA-512 context. */
61 /* Updates the SHA-512 context with |len| bytes from |data|. */
64 /* Returns the SHA-512 digest. */