Searched refs:DES_crypt (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/test/ |
D | destest.c | 473 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/ |
D | DES_random_key.pod | 13 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/ |
D | fcrypt.c | 64 char *DES_crypt(const char *buf, const char *salt) in DES_crypt() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | des.h | 136 char *DES_crypt(const char *buf, const char *salt);
|
/third_party/openssl/include/openssl/ |
D | des.h | 164 char *DES_crypt(const char *buf, const char *salt);
|
/third_party/openssl/doc/man7/ |
D | des_modes.pod | 247 L<BF_encrypt(3)>, L<DES_crypt(3)>
|
D | migration_guide.pod | 1283 DES_crypt(), DES_fcrypt(), DES_encrypt1(), DES_encrypt2(), DES_encrypt3(),
|
/third_party/openssl/util/ |
D | libcrypto.num | 2818 DES_crypt 2882 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
|
/third_party/openssl/ |
D | CHANGES.md | 10758 libraries. Use DES_crypt().
|