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