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

  /src/crypto/external/bsd/openssl/dist/test/
evp_pkey_provided_test.c 54 static int compare_with_file(const char *alg, int type, BIO *membio) function
184 || !TEST_true(compare_with_file(alg, PRIV_TEXT, membio))
187 || !TEST_true(compare_with_file(alg, PUB_PEM, membio))
191 || !TEST_true(compare_with_file(alg, PRIV_PEM, membio))
278 || !TEST_true(compare_with_file(alg, type, membio)))
304 || !TEST_true(compare_with_file(alg, type, membio)))
  /src/crypto/external/apache2/openssl/dist/test/
evp_pkey_provided_test.c 54 static int compare_with_file(const char *alg, int type, BIO *membio) function
184 || !TEST_true(compare_with_file(alg, PRIV_TEXT, membio))
187 || !TEST_true(compare_with_file(alg, PUB_PEM, membio))
191 || !TEST_true(compare_with_file(alg, PRIV_PEM, membio))
278 || !TEST_true(compare_with_file(alg, type, membio)))
304 || !TEST_true(compare_with_file(alg, type, membio)))

Completed in 98 milliseconds