HomeSort by: relevance | last modified time | path
    Searched defs:test_static_sha_common (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
sha_test.c 14 static int test_static_sha_common(const char *input, size_t length, function
45 return test_static_sha_common("abc", SHA_DIGEST_LENGTH, output, &SHA1);
57 return test_static_sha_common("abc", SHA224_DIGEST_LENGTH, output, &SHA224);
69 return test_static_sha_common("abc", SHA256_DIGEST_LENGTH, output, &SHA256);
83 return test_static_sha_common("abc", SHA384_DIGEST_LENGTH, output, &SHA384);
99 return test_static_sha_common("abc", SHA512_DIGEST_LENGTH, output, &SHA512);
  /src/crypto/external/bsd/openssl/dist/test/
sha_test.c 14 static int test_static_sha_common(const char *input, size_t length, function
45 return test_static_sha_common("abc", SHA_DIGEST_LENGTH, output, &SHA1);
57 return test_static_sha_common("abc", SHA224_DIGEST_LENGTH, output, &SHA224);
69 return test_static_sha_common("abc", SHA256_DIGEST_LENGTH, output, &SHA256);
83 return test_static_sha_common("abc", SHA384_DIGEST_LENGTH, output, &SHA384);
99 return test_static_sha_common("abc", SHA512_DIGEST_LENGTH, output, &SHA512);

Completed in 26 milliseconds