Searched refs:cipher_ctx (Results 1 – 3 of 3) sorted by relevance
/drivers/crypto/aspeed/ |
D | aspeed-hace-crypto.c | 102 memcpy(req->iv, crypto_engine->cipher_ctx + in aspeed_sk_complete() 105 memcpy(req->iv, crypto_engine->cipher_ctx, in aspeed_sk_complete() 377 memcpy(crypto_engine->cipher_ctx + DES_BLOCK_SIZE, in aspeed_hace_skcipher_trigger() 380 memcpy(crypto_engine->cipher_ctx, req->iv, in aspeed_hace_skcipher_trigger() 385 memcpy(crypto_engine->cipher_ctx + 16, ctx->key, ctx->key_len); in aspeed_hace_skcipher_trigger() 390 memcpy(crypto_engine->cipher_ctx + 16, ctx->key, AES_MAX_KEYLENGTH); in aspeed_hace_skcipher_trigger()
|
D | aspeed-hace.c | 197 crypto_engine->cipher_ctx = in aspeed_hace_probe() 202 if (!crypto_engine->cipher_ctx) { in aspeed_hace_probe()
|
D | aspeed-hace.h | 222 void *cipher_ctx; member
|