Searched refs:set_msg_len (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 116 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 163 rc = set_msg_len(b0 + 16 - l, cryptlen, l); in generate_b0()
|
/Linux-v4.19/crypto/ |
D | ccm.c | 72 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 156 return set_msg_len(info + 16 - l, cryptlen, l); in format_input()
|
/Linux-v4.19/drivers/crypto/ccree/ |
D | cc_aead.c | 1380 static int set_msg_len(u8 *block, unsigned int msglen, unsigned int csize) in set_msg_len() function 1560 rc = set_msg_len(b0 + 16 - l, cryptlen, l); /* Write L'. */ in config_ccm_adata()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 2674 static int set_msg_len(u8 *block, unsigned int msglen, int csize) in set_msg_len() function 2715 rc = set_msg_len(b0 + 16 - l, in generate_b0()
|