Home
last modified time | relevance | path

Searched refs:EIP197_OPTION_4_TOKEN_IV_CMD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c81 cdesc->control_data.options |= EIP197_OPTION_4_TOKEN_IV_CMD; in safexcel_skcipher_iv()
92 cdesc->control_data.options |= EIP197_OPTION_4_TOKEN_IV_CMD; in safexcel_skcipher_iv()
171 cdesc->control_data.options |= EIP197_OPTION_4_TOKEN_IV_CMD; in safexcel_aead_token()
1220 ctx->ivmask = EIP197_OPTION_4_TOKEN_IV_CMD; in safexcel_skcipher_cra_init()
1732 ctx->ivmask = EIP197_OPTION_4_TOKEN_IV_CMD; in safexcel_aead_cra_init()
H A Dsafexcel.h607 #define EIP197_OPTION_4_TOKEN_IV_CMD GENMASK(11, 9) macro