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

  /src/crypto/external/apache2/openssl/dist/test/
bio_pw_callback_test.c 22 static const char weak_password[] = "weak_password"; variable
83 ret = sizeof(weak_password) - 1;
84 memcpy(buf, weak_password, ret);
349 memcpy(buf, weak_password, sizeof(weak_password) - 1);
350 return sizeof(weak_password) - 1;
  /src/crypto/external/bsd/openssl/dist/test/
bio_pw_callback_test.c 22 static const char weak_password[] = "weak_password"; variable
83 ret = sizeof(weak_password) - 1;
84 memcpy(buf, weak_password, ret);
349 memcpy(buf, weak_password, sizeof(weak_password) - 1);
350 return sizeof(weak_password) - 1;

Completed in 26 milliseconds