Searched defs:K (Results 1 – 5 of 5) sorted by relevance
44 php_hash_uint64 K[8]; /* the round key */ in WhirlpoolTransform() local
208 char *algo, *data, *digest, *key, *K; in php_hash_do_hash_hmac() local361 char *K = emalloc(ops->block_size); in PHP_FUNCTION() local
150 #define K(n) K_values[ (n) >> 4] macro
91 static const uint64_t K[80] = { variable
90 static const uint32_t K[64] = { variable
Completed in 20 milliseconds