Searched refs:K1 (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/tests/weakrefs/ |
H A D | gh10043-016.phpt | 6 class K1 { function __construct() {} } 10 $k1 = new K1(); 25 object(K1)#2 (0) { 30 object(K1)#2 (0) {
|
/php-src/ext/hash/ |
H A D | hash_sha_ni.c | 79 #define RND4(S, W, K0, K1, K2, K3) do { \ argument 83 M = _mm_add_epi32(W, IMM4(K3, K2, K1, K0)); \ 102 #define RNDMSG(S, W, i, K0, K1, K2, K3) do { \ argument 103 RND4(S, W[i % 4], K0, K1, K2, K3); \
|
H A D | hash.c | 993 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local 1029 K1 = emalloc(ops->block_size); in PHP_FUNCTION() 1035 php_hash_hmac_prep_key(K1, ops, context, (unsigned char *) pass, pass_len); in PHP_FUNCTION() 1037 php_hash_string_xor_char(K2, K1, 0x6A, ops->block_size); in PHP_FUNCTION() 1067 php_hash_hmac_round(digest, ops, context, K1, computed_salt, (zend_long) salt_len + 4); in PHP_FUNCTION() 1080 php_hash_hmac_round(digest, ops, context, K1, digest, ops->digest_size); in PHP_FUNCTION() 1090 ZEND_SECURE_ZERO(K1, ops->block_size); in PHP_FUNCTION() 1093 efree(K1); in PHP_FUNCTION()
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 36828 >>3 byte 0x20 K1
|
H A D | magic | 36828 >>3 byte 0x20 K1
|
Completed in 212 milliseconds