Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/
Dsa2ul.c443 u8 k_pad[SHA1_BLOCK_SIZE]; in sa_prepare_iopads() member
448 prepare_kipad(sha.k_pad, key, key_sz); in sa_prepare_iopads()
451 crypto_shash_update(shash, sha.k_pad, block_size); in sa_prepare_iopads()
454 prepare_kopad(sha.k_pad, key, key_sz); in sa_prepare_iopads()
457 crypto_shash_update(shash, sha.k_pad, block_size); in sa_prepare_iopads()
/linux-6.1.9/drivers/tty/vt/
Dkeyboard.c74 k_self, k_fn, k_spec, k_pad,\
793 static void k_pad(struct vc_data *vc, unsigned char value, char up_flag) in k_pad() function