Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/hash/
H A Dhash.c1180 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; in mhash_init() local
1195 zend_long algorithm; in PHP_FUNCTION() local
1227 zend_long algorithm; in PHP_FUNCTION() local
1256 zend_long algorithm; in PHP_FUNCTION() local
1280 zend_long algorithm, l_bytes; in PHP_FUNCTION() local
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php172 function openssl_sign(string $data, &$signature, $private_key, string|int $algorithm = OPENSSL_ALGO…
175 function openssl_verify(string $data, string $signature, $public_key, string|int $algorithm = OPENS…

Completed in 15 milliseconds