Searched refs:php_hash_hmac_prep_key (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/hash/ |
| H A D | hash.c | 220 static inline void php_hash_hmac_prep_key(unsigned char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const int key_len) { function 273 php_hash_hmac_prep_key((unsigned char *) K, ops, context, (unsigned char *) key, key_len); 655 php_hash_hmac_prep_key(K1, ops, context, (unsigned char *) pass, pass_len);
|
Completed in 4 milliseconds