Searched refs:cipher_ctx (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c113 memcpy(req->iv, crypto_engine->cipher_ctx +
116 memcpy(req->iv, crypto_engine->cipher_ctx,
388 memcpy(crypto_engine->cipher_ctx + DES_BLOCK_SIZE,
391 memcpy(crypto_engine->cipher_ctx, req->iv,
396 memcpy(crypto_engine->cipher_ctx + 16, ctx->key, ctx->key_len);
401 memcpy(crypto_engine->cipher_ctx + 16, ctx->key, AES_MAX_KEYLENGTH);
H A Daspeed-hace.c195 crypto_engine->cipher_ctx =
200 if (!crypto_engine->cipher_ctx) {
H A Daspeed-hace.h210 void *cipher_ctx; member in struct:aspeed_engine_crypto

Completed in 220 milliseconds