Home
last modified time | relevance | path

Searched refs:DES_crypt (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/test/
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()
/third_party/openssl/doc/man3/
DDES_random_key.pod13 DES_fcrypt, DES_crypt - DES encryption
97 char *DES_crypt(const char *buf, const char *salt);
247 DES_crypt() is a faster replacement for the normal system crypt().
253 The values returned by DES_fcrypt() and DES_crypt() are terminated by NUL
303 DES_fcrypt() returns a pointer to the caller-provided buffer and DES_crypt() -
315 The requirement that the B<salt> parameter to DES_crypt() and DES_fcrypt()
/third_party/openssl/crypto/des/
Dfcrypt.c64 char *DES_crypt(const char *buf, const char *salt) in DES_crypt() function
/third_party/openssl/ohos_lite/include/openssl/
Ddes.h136 char *DES_crypt(const char *buf, const char *salt);
/third_party/openssl/include/openssl/
Ddes.h164 char *DES_crypt(const char *buf, const char *salt);
/third_party/openssl/doc/man7/
Ddes_modes.pod247 L<BF_encrypt(3)>, L<DES_crypt(3)>
Dmigration_guide.pod1283 DES_crypt(), DES_fcrypt(), DES_encrypt1(), DES_encrypt2(), DES_encrypt3(),
/third_party/openssl/util/
Dlibcrypto.num2818 DES_crypt 2882 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
/third_party/openssl/
DCHANGES.md10758 libraries. Use DES_crypt().