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

  /src/crypto/external/bsd/openssl.old/dist/test/
evp_extra_test.c 1769 static int custom_md_init_called = 0; variable
1779 custom_md_init_called++;
1805 custom_md_init_called = custom_md_cleanup_called = 0;
1831 || !TEST_int_eq(custom_md_init_called, 1)
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 4695 static int custom_md_init_called = 0; variable
4705 custom_md_init_called++;
4738 custom_md_init_called = custom_md_cleanup_called = 0;
4764 || !TEST_int_eq(custom_md_init_called, 1)
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 5725 static int custom_md_init_called = 0; variable
5735 custom_md_init_called++;
5769 custom_md_init_called = custom_md_cleanup_called = 0;
5795 || !TEST_int_eq(custom_md_init_called, 1)

Completed in 36 milliseconds