Searched refs:kaes (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/crypto/inside-secure/ |
| D | safexcel_hash.c | 31 struct crypto_cipher *kaes; member 825 crypto_cipher_encrypt_one(ctx->kaes, areq->result, areq->result); in safexcel_ahash_final() 2093 crypto_cipher_clear_flags(ctx->kaes, CRYPTO_TFM_REQ_MASK); in safexcel_xcbcmac_setkey() 2094 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey() 2096 ret = crypto_cipher_setkey(ctx->kaes, key, len); in safexcel_xcbcmac_setkey() 2100 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp + 2 * AES_BLOCK_SIZE, in safexcel_xcbcmac_setkey() 2102 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp, in safexcel_xcbcmac_setkey() 2104 crypto_cipher_encrypt_one(ctx->kaes, (u8 *)key_tmp + AES_BLOCK_SIZE, in safexcel_xcbcmac_setkey() 2109 crypto_cipher_clear_flags(ctx->kaes, CRYPTO_TFM_REQ_MASK); in safexcel_xcbcmac_setkey() 2110 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey() [all …]
|