Searched refs:cipher_ctx (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/aspeed/ |
H A 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()
|
H A D | aspeed-hace.c | 195 crypto_engine->cipher_ctx = in aspeed_hace_probe() 200 if (!crypto_engine->cipher_ctx) { in aspeed_hace_probe()
|
H A D | aspeed-hace.h | 210 void *cipher_ctx; member
|