Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/inside-secure/
Dsafexcel_cipher.c1285 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_aes_ecb_cra_init()
1533 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des_cbc_cra_init()
1573 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des_ecb_cra_init()
1632 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des3_cbc_cra_init()
1672 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des3_ecb_cra_init()
1926 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha1_des3_cra_init()
1963 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha256_des3_cra_init()
2000 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha224_des3_cra_init()
2037 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha512_des3_cra_init()
2074 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha384_des3_cra_init()
[all …]
Dsafexcel.h606 #define EIP197_OPTION_2_TOKEN_IV_CMD GENMASK(11, 10) macro