Searched refs:set_msg_len (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-aes-ccm.c | 104 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 150 return set_msg_len(b0 + 16 - l, cryptlen, l); in generate_b0()
|
/openbmc/linux/crypto/ |
H A D | ccm.c | 69 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 146 return set_msg_len(info + 16 - l, cryptlen, l); in format_input()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A 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()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 2874 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 2914 rc = set_msg_len(b0 + 16 - l, in generate_b0()
|