/PHP-5.4/ext/zip/lib/ |
H A D | zip_source_pkware.c | 58 static void decrypt(struct trad_pkware *, zip_uint8_t *, 96 decrypt(ctx, NULL, (const zip_uint8_t *)password, strlen(password), 1); in zip_source_pkware() 109 decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in, in decrypt() function 159 decrypt(ctx, header, header, HEADERLEN, 0); in decrypt_header() 199 decrypt(ud, (zip_uint8_t *)data, (zip_uint8_t *)data, (zip_uint64_t)n, in pkware_decrypt()
|
/PHP-5.4/ext/mcrypt/tests/ |
H A D | mcrypt_rijndael128_256BitKey.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv 17 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv 22 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv 27 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_rijndael128_128BitKey.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv 17 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv 22 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_encrypt_3des_cbc.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv 20 //test encrypt decrypt
|
H A D | mcrypt_ecb.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_ofb.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_cbc.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_cfb.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_decrypt.phpt | 15 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_decrypt_error.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_cbc_error.phpt | 12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_ecb_error.phpt | 12 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_encrypt_error.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_ecb_3des_encrypt.phpt | 12 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_encrypt_3des_ecb.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_decrypt_3des_ecb.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_cbc_3des_encrypt.phpt | 12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_ecb_3des_decrypt.phpt | 12 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_decrypt_3des_cbc.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_cbc_3des_decrypt.phpt | 12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_cbc_variation4.phpt | 12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_ecb_variation4.phpt | 12 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_cbc_variation2.phpt | 12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
|
H A D | mcrypt_cbc_variation3.phpt | 12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
|
/PHP-5.4/ext/openssl/ |
H A D | README | 8 NEW: support for S/MIME encrypt/decrypt/sign/verify, as well as more 199 keys and ekeys can decrypt and read the data. Returns the length of the 269 // seal data, only owners of $pk1 and $pk2 can decrypt $sealed with keys 275 // now we try to decrypt data for one of the recipients
|