Home
last modified time | relevance | path

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

/openssl/test/
H A Dsha_test.c14 static int test_static_sha_common(const char *input, size_t length, in test_static_sha_common() function
45 return test_static_sha_common("abc", SHA_DIGEST_LENGTH, output, &SHA1); in test_static_sha1()
57 return test_static_sha_common("abc", SHA224_DIGEST_LENGTH, output, &SHA224); in test_static_sha224()
69 return test_static_sha_common("abc", SHA256_DIGEST_LENGTH, output, &SHA256); in test_static_sha256()
83 return test_static_sha_common("abc", SHA384_DIGEST_LENGTH, output, &SHA384); in test_static_sha384()
99 return test_static_sha_common("abc", SHA512_DIGEST_LENGTH, output, &SHA512); in test_static_sha512()

Completed in 4 milliseconds