Searched refs:set_msg_len (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 104 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 151 rc = set_msg_len(b0 + 16 - l, cryptlen, l); in generate_b0()
|
/kernel/linux/linux-5.10/crypto/ |
D | ccm.c | 68 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 145 return set_msg_len(info + 16 - l, cryptlen, l); in format_input()
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
D | cc_aead.c | 1391 static int set_msg_len(u8 *block, unsigned int msglen, unsigned int csize) in set_msg_len() function 1571 rc = set_msg_len(b0 + 16 - l, cryptlen, l); /* Write L'. */ in config_ccm_adata()
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
D | chcr_algo.c | 2879 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 2919 rc = set_msg_len(b0 + 16 - l, in generate_b0()
|