Home
last modified time | relevance | path

Searched defs:K (Results 1 – 5 of 5) sorted by last modified time

/php-src/ext/standard/
H A Dcrypt_sha256.c69 static const uint32_t K[64] = { variable
H A Dcrypt_sha512.c74 static const uint64_t K[80] = { variable
/php-src/ext/hash/
H A Dhash_ripemd.c166 #define K(n) K_values[ (n) >> 4] macro
H A Dhash.c479 memset(K, 0, ops->block_size); in php_hash_hmac_prep_key() argument
504 unsigned char *K; php_hash_do_hash_hmac() local
656 char *K = emalloc(ops->block_size); PHP_FUNCTION() local
901 unsigned char *prk, *digest, *K; PHP_FUNCTION() local
[all...]
H A Dhash_whirlpool.c40 uint64_t K[8]; /* the round key */ in WhirlpoolTransform() local

Completed in 30 milliseconds