Home
last modified time | relevance | path

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

/drivers/crypto/inside-secure/
Dsafexcel_cipher.c1268 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_aes_ecb_cra_init()
1516 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des_cbc_cra_init()
1556 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des_ecb_cra_init()
1615 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des3_cbc_cra_init()
1655 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des3_ecb_cra_init()
1909 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha1_des3_cra_init()
1946 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha256_des3_cra_init()
1983 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha224_des3_cra_init()
2020 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha512_des3_cra_init()
2057 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