/PHP-7.1/ext/zip/lib/ |
H A D | zip_source_pkware.c | 51 static void decrypt(struct trad_pkware *, zip_uint8_t *, 85 decrypt(ctx, NULL, (const zip_uint8_t *)password, strlen(password), 1); in zip_source_pkware() 97 decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in, in decrypt() function 145 decrypt(ctx, header, header, HEADERLEN, 0); in decrypt_header() 184 … decrypt((struct trad_pkware *)ud, (zip_uint8_t *)data, (zip_uint8_t *)data, (zip_uint64_t)n, 0); in pkware_decrypt()
|
/PHP-7.1/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_ecb.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
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_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_encrypt_error.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
|
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_ecb_3des_encrypt.phpt | 14 * 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_ecb_3des_decrypt.phpt | 14 * Description: ECB 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_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_decrypt.phpt | 12 * Description: CBC 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_decrypt_variation3.phpt | 12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
|
/PHP-7.1/ext/openssl/tests/ |
H A D | bug73833.phpt | 21 echo "Failed to decrypt.\n";
|
H A D | bug74720_1.phpt | 2 Bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content, variant 1
|
H A D | bug74720_0.phpt | 2 Bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content, variant 0
|
H A D | bug74798.phpt | 2 Bug #74798 pkcs7_en/decrypt does not work if \x0a is used in content
|
H A D | openssl_error_string_basic.phpt | 105 // private decrypt with failed padding check 108 // public encrypt and decrypt with failed padding check and padding
|
/PHP-7.1/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
|