Home
last modified time | relevance | path

Searched refs:k_ipad (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/crypto/
Dsa2ul.c383 static void prepare_kipad(u8 *k_ipad, const u8 *key, u16 key_sz) in prepare_kipad() argument
388 k_ipad[i] = key[i] ^ 0x36; in prepare_kipad()
392 k_ipad[i] = 0x36; in prepare_kipad()