Home
last modified time | relevance | path

Searched refs:decrypt (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.0/ext/zip/lib/
H A Dzip_source_pkware.c51 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()
184decrypt((struct trad_pkware *)ud, (zip_uint8_t *)data, (zip_uint8_t *)data, (zip_uint64_t)n, 0); in pkware_decrypt()
/PHP-7.0/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_256BitKey.phpt12 * 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 Dmcrypt_rijndael128_128BitKey.phpt12 * 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 Dmcrypt_ecb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_ofb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_cbc.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_cfb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_encrypt_3des_cbc.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
20 //test encrypt decrypt
H A Dmcrypt_decrypt.phpt15 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_decrypt_error.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_encrypt_error.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_encrypt_3des_ecb.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_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_cbc_3des_decrypt.phpt12 * Description: CBC 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_decrypt_variation3.phpt12 * Description: OFB 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_variation1.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
H A Dmcrypt_decrypt_variation4.phpt12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
/PHP-7.0/ext/openssl/tests/
H A Dbug73833.phpt21 echo "Failed to decrypt.\n";
H A Dopenssl_error_string_basic.phpt102 // private decrypt with failed padding check
105 // public encrypt and decrypt with failed padding check and padding
/PHP-7.0/ext/openssl/
H A DREADME8 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

Completed in 41 milliseconds

12