Home
last modified time | relevance | path

Searched refs:php_hash_hmac_prep_key (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/hash/
H A Dhash.c478 static inline void php_hash_hmac_prep_key(unsigned char *K, const php_hash_ops *ops, void *context,… in php_hash_hmac_prep_key() function
531 php_hash_hmac_prep_key(K, ops, context, (unsigned char *) key, key_len); in php_hash_do_hash_hmac()
936 php_hash_hmac_prep_key(K, ops, context, in PHP_FUNCTION()
953 php_hash_hmac_prep_key(K, ops, context, prk, ops->digest_size); in PHP_FUNCTION()
1035 php_hash_hmac_prep_key(K1, ops, context, (unsigned char *) pass, pass_len); in PHP_FUNCTION()

Completed in 12 milliseconds