Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/
Dsa2ul.c444 u8 k_pad[SHA1_BLOCK_SIZE]; in sa_prepare_iopads() member
449 prepare_kipad(sha.k_pad, key, key_sz); in sa_prepare_iopads()
452 crypto_shash_update(shash, sha.k_pad, block_size); in sa_prepare_iopads()
455 prepare_kopad(sha.k_pad, key, key_sz); in sa_prepare_iopads()
458 crypto_shash_update(shash, sha.k_pad, block_size); in sa_prepare_iopads()
/linux-5.19.10/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