Searched defs:algorithm (Results 1 – 2 of 2) sorted by relevance
1180 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; in mhash_init() local1195 zend_long algorithm; in PHP_FUNCTION() local1227 zend_long algorithm; in PHP_FUNCTION() local1256 zend_long algorithm; in PHP_FUNCTION() local1280 zend_long algorithm, l_bytes; in PHP_FUNCTION() local
172 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 12 milliseconds