Lines Matching full:sha
2 * FIPS-180-2 compliant SHA-384/512 implementation
8 * The SHA-512 Secure Hash Standard was published by NIST in 2002.
150 * SHA-512 support. So we fall back to the C code only.
242 * SHA-512 context setup
352 /* Accelerated SHA-512 implementation originally written by Simon Tatham for PuTTY,
758 * SHA-512 process buffer
812 * SHA-512 final digest
885 * output = SHA-512( input buffer )
951 * SHA-384 test vectors
978 * SHA-512 test vectors
1038 mbedtls_printf(" SHA-%d test #%d: ", 512 - is384 * 128, i + 1); in mbedtls_sha512_common_self_test()