Searched refs:encrypt (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/mcrypt/ |
H A D | mcrypt_filter.c | 29 char encrypt; member 74 if (data->encrypt) { in php_mcrypt_filter() 93 if (data->encrypt) { in php_mcrypt_filter() 108 if (data->encrypt) { in php_mcrypt_filter() 154 int encrypt = 1, iv_len, key_len, keyl, result; in php_mcrypt_filter_create() local 165 encrypt = 0; in php_mcrypt_filter_create() 257 data->encrypt = encrypt; in php_mcrypt_filter_create()
|
/PHP-5.3/ext/phar/tests/zip/files/ |
H A D | corrupt2.php.inc | 5 $a->addFile('hi2', null, 'hii2', null, null, 'encrypt', 'encrypt');
|
H A D | corrupt_zipmaker.php.inc | 104 case 'encrypt' : 176 case 'encrypt' :
|
/PHP-5.3/ext/phar/tests/zip/ |
H A D | bzip2.phpt | 26 $a->addFile('hi2', null, 'hii2', null, null, 'encrypt', 'encrypt');
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | crypt_sha256.phpt | 35 b'a very much longer text to encrypt. This one even stretches over morethan one line.',
|
H A D | crypt_sha512.phpt | 30 b'a very much longer text to encrypt. This one even stretches over morethan one line.',
|
/PHP-5.3/ext/mcrypt/tests/ |
H A D | mcrypt_encrypt_3des_cbc.phpt | 20 //test encrypt decrypt
|
/PHP-5.3/ext/openssl/ |
H A D | README | 8 NEW: support for S/MIME encrypt/decrypt/sign/verify, as well as more
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | sqlite.h.in | 837 ** encrypted, this routine will encrypt it. If pNew==0 or nNew==0, the
|
Completed in 19 milliseconds