Home
last modified time | relevance | path

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

/openssl/test/
H A Ddestest.c483 if (!TEST_str_eq("efGnQx2725bI2", DES_crypt("testing", "ef"))) in test_des_crypt()
485 if (!TEST_str_eq("yA1Rp/1hZXIJk", DES_crypt("bca76;23", "yA"))) in test_des_crypt()
488 if (!TEST_ptr_null(DES_crypt("testing", "y\202"))) in test_des_crypt()
490 if (!TEST_ptr_null(DES_crypt("testing", "\0A"))) in test_des_crypt()
492 if (!TEST_ptr_null(DES_crypt("testing", "A"))) in test_des_crypt()
/openssl/crypto/des/
H A Dfcrypt.c64 char *DES_crypt(const char *buf, const char *salt) in DES_crypt() function
/openssl/doc/man3/
H A 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
306 DES_fcrypt() returns a pointer to the caller-provided buffer and DES_crypt() -
318 The requirement that the B<salt> parameter to DES_crypt() and DES_fcrypt()
/openssl/include/openssl/
H A Ddes.h164 char *DES_crypt(const char *buf, const char *salt);
/openssl/doc/man7/
H A Ddes_modes.pod247 L<BF_encrypt(3)>, L<DES_crypt(3)>
H A Dossl-guide-migration.pod1346 DES_crypt(), DES_fcrypt(), DES_encrypt1(), DES_encrypt2(), DES_encrypt3(),
/openssl/util/
H A Dlibcrypto.num2818 DES_crypt 2882 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
/openssl/
H A DCHANGES.md12069 libraries. Use DES_crypt().

Completed in 121 milliseconds