Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c1267 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_aes_ecb_cra_init()
1515 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des_cbc_cra_init()
1555 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des_ecb_cra_init()
1614 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des3_cbc_cra_init()
1654 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_skcipher_des3_ecb_cra_init()
1908 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha1_des3_cra_init()
1945 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha256_des3_cra_init()
1982 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha224_des3_cra_init()
2019 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha512_des3_cra_init()
2056 ctx->ivmask = EIP197_OPTION_2_TOKEN_IV_CMD; in safexcel_aead_sha384_des3_cra_init()
[all …]
H A Dsafexcel.h605 #define EIP197_OPTION_2_TOKEN_IV_CMD GENMASK(11, 10) macro