Home
last modified time | relevance | path

Searched refs:SEC_SGL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.h63 SEC_SGL = 0x1, enumerator
H A Dsec_crypto.c1016 sa_type = SEC_SGL << SEC_SRC_SGL_OFFSET; in sec_skcipher_bd_fill()
1027 da_type = SEC_SGL << SEC_DST_SGL_OFFSET; in sec_skcipher_bd_fill()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.h75 SEC_SGL = 0x1, enumerator
H A Dsec_crypto.c1308 sa_type = SEC_SGL << SEC_SRC_SGL_OFFSET; in sec_skcipher_bd_fill()
1309 da_type = SEC_SGL << SEC_DST_SGL_OFFSET; in sec_skcipher_bd_fill()
1359 bd_param |= SEC_SGL << SEC_SRC_SGL_OFFSET_V3; in sec_skcipher_bd_fill_v3()
1360 bd_param |= SEC_SGL << SEC_DST_SGL_OFFSET_V3; in sec_skcipher_bd_fill_v3()

Completed in 8 milliseconds