Searched refs:cipher_ctx (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/crypto/aspeed/ |
D | aspeed-hace.c | 199 crypto_engine->cipher_ctx = in aspeed_hace_probe() 204 if (!crypto_engine->cipher_ctx) { in aspeed_hace_probe()
|
D | aspeed-hace-crypto.c | 113 memcpy(req->iv, crypto_engine->cipher_ctx + in aspeed_sk_complete() 116 memcpy(req->iv, crypto_engine->cipher_ctx, in aspeed_sk_complete() 388 memcpy(crypto_engine->cipher_ctx + DES_BLOCK_SIZE, in aspeed_hace_skcipher_trigger() 391 memcpy(crypto_engine->cipher_ctx, req->iv, in aspeed_hace_skcipher_trigger() 396 memcpy(crypto_engine->cipher_ctx + 16, ctx->key, ctx->key_len); in aspeed_hace_skcipher_trigger() 401 memcpy(crypto_engine->cipher_ctx + 16, ctx->key, AES_MAX_KEYLENGTH); in aspeed_hace_skcipher_trigger()
|
D | aspeed-hace.h | 210 void *cipher_ctx; member
|