Searched refs:key_bits (Results 1 – 3 of 3) sorted by relevance
127 uint32_t key_bits[NBBY] = { 0 }; in toeplitz_cache_init() local133 key_bits[0] = BE_IN32(key); in toeplitz_cache_init()135 key_bits[0] = BE_32(*(uint32_t *)key); in toeplitz_cache_init()138 key_bits[j] = key_bits[j - 1] << 1; in toeplitz_cache_init()140 key_bits[j] |= 1; in toeplitz_cache_init()149 res ^= key_bits[j]; in toeplitz_cache_init()
390 u8_t* key_bits = hash_info->searcher_key_bits; in _lm_searcher_mirror_hash_calc() local436 h ^= key_bits[i+j] & in_str_bits[j]; in _lm_searcher_mirror_hash_calc()
2453 size_t key_bits; in copyin_key() local2465 key_bits = STRUCT_FGET(key, ck_length); in copyin_key()2466 if (key_bits != 0) { in copyin_key()2467 if (key_bits > in copyin_key()2475 key_bytes = CRYPTO_BITS2BYTES(key_bits); in copyin_key()2495 out_key->ck_length = (ulong_t)key_bits; in copyin_key()