Home
last modified time | relevance | path

Searched refs:algo (Results 26 – 38 of 38) sorted by relevance

12

/PHP-7.3/ext/hash/tests/
H A Dhash_file_basic1.phpt8 /* Prototype : string hash_file ( string algo, string filename [, bool raw_output] )
H A Dhash_hmac_file_error.phpt8 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output…
H A Dhash_hmac_file_basic.phpt9 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output…
H A Dhash_pbkdf2_error.phpt8 /* {{{ proto string hash_pbkdf2(string algo, string password, string salt, int iterations [, int le…
H A Dhash_hkdf_basic.phpt8 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
H A Dhash_hkdf_error.phpt8 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
H A Dhash_hkdf_rfc5869.phpt8 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
/PHP-7.3/ext/openssl/
H A Dopenssl.c446 ZEND_ARG_INFO(0, algo)
1096 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo);
1321 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo() argument
1324 switch (algo) { in php_openssl_get_evp_md_from_algo()
1367 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo() argument
1368 switch (algo) { in php_openssl_get_evp_cipher_from_algo()
1807 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
1830 algo = Z_LVAL_P(method); in PHP_FUNCTION()
1836 mdtype = php_openssl_get_evp_md_from_algo(algo); in PHP_FUNCTION()
/PHP-7.3/ext/phar/
H A Dphar_object.c3038 zend_long algo; in PHP_METHOD() local
3050 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "l|s", &algo, &key, &key_le… in PHP_METHOD()
3054 switch (algo) { in PHP_METHOD()
3069 phar_obj->archive->sig_flags = (php_uint32)algo; in PHP_METHOD()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c1852 ZEND_ARG_INFO(0, algo)
1860 ZEND_ARG_INFO(0, algo)
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc74 'inf' => '<algo> Compression algorithm.',
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic22199 # crypto algo mapper
22212 # hash algo mapper
H A Dmagic私はガラスを食べられます22199 # crypto algo mapper
22212 # hash algo mapper

Completed in 171 milliseconds

12