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

  /src/external/bsd/openldap/dist/clients/tools/
common.c 69 int dont = 0; variable
813 dont++;
1175 tool_conn_setup( int dont, void (*private_setup)( LDAP * ) )
1207 if ( !dont ) {
  /src/crypto/external/bsd/openssl.old/dist/test/
evp_test.c 407 char dont[] = "touch"; local
416 if (!EVP_DigestFinalXOF(mctx_cpy, (unsigned char *)dont, 0)) {
421 if (!TEST_str_eq(dont, "touch")) {
  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 439 char dont[] = "touch"; local
448 if (!EVP_DigestFinalXOF(mctx_cpy, (unsigned char *)dont, 0)) {
453 if (!TEST_str_eq(dont, "touch")) {
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 171 /* Older providers dont have a gettable */
740 char dont[] = "touch"; local
744 if (!EVP_DigestFinalXOF(mctx, (unsigned char *)dont, 0)) {
749 if (!TEST_str_eq(dont, "touch")) {

Completed in 34 milliseconds