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

  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 4780 static int custom_ciph_cleanup_called = 0; variable
4802 custom_ciph_cleanup_called++;
4820 custom_ciph_init_called = custom_ciph_cleanup_called = 0;
4847 || !TEST_int_eq(custom_ciph_cleanup_called, 1))
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 5824 static int custom_ciph_cleanup_called = 0; variable
5846 custom_ciph_cleanup_called++;
5864 custom_ciph_init_called = custom_ciph_cleanup_called = 0;
5891 || !TEST_int_eq(custom_ciph_cleanup_called, 1))

Completed in 42 milliseconds