Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/inside-secure/
Dsafexcel_cipher.c1284 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_aes_ecb_cra_init()
1532 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des_cbc_cra_init()
1572 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des_ecb_cra_init()
1631 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des3_cbc_cra_init()
1671 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des3_ecb_cra_init()
1925 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha1_des3_cra_init()
1962 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha256_des3_cra_init()
1999 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha224_des3_cra_init()
2036 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha512_des3_cra_init()
2073 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