Home
last modified time | relevance | path

Searched refs:crypt (Results 26 – 50 of 64) sorted by relevance

123

/PHP-5.5/ext/imap/
H A Dconfig.m4189 PHP_CHECK_LIBRARY(crypt, crypt,
191 PHP_ADD_LIBRARY(crypt,, IMAP_SHARED_LIBADD)
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_error.phpt12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_encrypt_3des_ecb.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_ecb_3des_encrypt.phpt14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_decrypt_3des_ecb.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_ecb_3des_decrypt.phpt14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_encrypt_3des_cbc.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_decrypt_3des_cbc.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_cbc_3des_encrypt.phpt12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_cbc_3des_decrypt.phpt12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_ecb_variation4.phpt14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_ecb_variation2.phpt14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_ecb_variation3.phpt14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_encrypt_variation3.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_decrypt_variation2.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_decrypt_variation3.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_ecb_variation5.phpt14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_encrypt_variation2.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_ecb_variation1.phpt14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_encrypt_variation1.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_decrypt_variation1.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_cbc_variation2.phpt12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
/PHP-5.5/
H A DREADME.REDIST.BINS5 5. ext/standard crypt
6 6. ext/standard crypt's blowfish implementation
20 5. ext/standard crypt
52 6. ext/standard crypt's blowfish implementation
56 http://www.openwall.com/crypt/
59 and crypt(3) interfaces added, but optimizations specific to password
86 please refer to the comments in BF_set_key() and to the crypt(3) man page
/PHP-5.5/win32/build/
H A Dconfig.w32.h.in25 /* Enable / Disable crypt() function (default: enabled) */
/PHP-5.5/ext/standard/
H A Dcrypt_freesec.c744 #define crypt _crypt_extended macro
795 char *hash = crypt(tests[i].pw, tests[i].hash); in main()

Completed in 53 milliseconds

123