Searched defs:K (Results 1 – 5 of 5) sorted by relevance
40 uint64_t K[8]; /* the round key */ in WhirlpoolTransform() local
478 static inline void php_hash_hmac_prep_key(unsigned char *K, const php_hash_ops *ops, void *context,… in php_hash_hmac_prep_key()503 unsigned char *K; in php_hash_do_hash_hmac() local655 char *K = emalloc(ops->block_size); in PHP_FUNCTION() local900 unsigned char *prk, *digest, *K; in PHP_FUNCTION() local
166 #define K(n) K_values[ (n) >> 4] macro
69 static const uint32_t K[64] = { variable
74 static const uint64_t K[80] = { variable
Completed in 26 milliseconds