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