Home
last modified time | relevance | path

Searched refs:SEC_MAX_MAC_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c47 #define SEC_MAX_MAC_LEN 64 macro
49 #define SEC_TOTAL_MAC_SZ (SEC_MAX_MAC_LEN * QM_Q_DEPTH)
55 SEC_MAX_MAC_LEN * 2)
130 u8 *mac = mac_out + SEC_MAX_MAC_LEN; in sec_aead_verify()
264 i * (SEC_MAX_MAC_LEN << 1); in sec_alloc_mac_resource()
265 res[i].out_mac = res->out_mac + i * (SEC_MAX_MAC_LEN << 1); in sec_alloc_mac_resource()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c66 #define SEC_MAX_MAC_LEN 64 macro
69 #define SEC_TOTAL_MAC_SZ(depth) (SEC_MAX_MAC_LEN * (depth))
75 SEC_MAX_MAC_LEN * 2)
370 i * (SEC_MAX_MAC_LEN << 1); in sec_alloc_mac_resource()
371 res[i].out_mac = res->out_mac + i * (SEC_MAX_MAC_LEN << 1); in sec_alloc_mac_resource()

Completed in 7 milliseconds