Home
last modified time | relevance | path

Searched refs:DES_crypt (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h164 char *DES_crypt(const char *buf, const char *salt);
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dfcrypt.c64 char *DES_crypt(const char *buf, const char *salt) in DES_crypt() function
/third_party/openssl/include/openssl/
H A Ddes.h164 char *DES_crypt(const char *buf, const char *salt);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h136 char *DES_crypt(const char *buf, const char *salt);
/third_party/openssl/crypto/des/
H A Dfcrypt.c64 char *DES_crypt(const char *buf, const char *salt) in DES_crypt() function
/third_party/openssl/test/
H A Ddestest.c473 if (!TEST_str_eq("efGnQx2725bI2", DES_crypt("testing", "ef"))) in test_des_crypt()
475 if (!TEST_str_eq("yA1Rp/1hZXIJk", DES_crypt("bca76;23", "yA"))) in test_des_crypt()
478 if (!TEST_ptr_null(DES_crypt("testing", "y\202"))) in test_des_crypt()
480 if (!TEST_ptr_null(DES_crypt("testing", "\0A"))) in test_des_crypt()
482 if (!TEST_ptr_null(DES_crypt("testing", "A"))) in test_des_crypt()

Completed in 4 milliseconds