Home
last modified time | relevance | path

Searched defs:K (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/hash/
H A Dhash_whirlpool.c40 uint64_t K[8]; /* the round key */ in WhirlpoolTransform() local
H A Dhash.c467 static inline void php_hash_hmac_prep_key(unsigned char *K, const php_hash_ops *ops, void *context,… in php_hash_hmac_prep_key()
492 unsigned char *K; in php_hash_do_hash_hmac() local
643 char *K = emalloc(ops->block_size); in PHP_FUNCTION() local
884 unsigned char *prk, *digest, *K; in PHP_FUNCTION() local
H A Dhash_ripemd.c166 #define K(n) K_values[ (n) >> 4] macro
/PHP-8.0/ext/standard/
H A Dcrypt_sha256.c75 static const uint32_t K[64] = { variable
H A Dcrypt_sha512.c76 static const uint64_t K[80] = { variable

Completed in 19 milliseconds