Home
last modified time | relevance | path

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

/PHP-7.3/ext/hash/
H A Dhash_whirlpool.c42 uint64_t K[8]; /* the round key */ in WhirlpoolTransform() local
H A Dhash.c211 static inline void php_hash_hmac_prep_key(unsigned char *K, const php_hash_ops *ops, void *context,… in php_hash_hmac_prep_key()
236 unsigned char *K; in php_hash_do_hash_hmac() local
375 char *K = emalloc(ops->block_size); in php_hashcontext_ctor() local
622 unsigned char *prk, *digest, *K; in PHP_FUNCTION() local
H A Dhash_ripemd.c152 #define K(n) K_values[ (n) >> 4] macro
/PHP-7.3/ext/standard/
H A Dcrypt_sha256.c79 static const uint32_t K[64] = { variable
H A Dcrypt_sha512.c80 static const uint64_t K[80] = { variable

Completed in 26 milliseconds