Home
last modified time | relevance | path

Searched refs:cipher_ctx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c113 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 Daspeed-hace.c195 crypto_engine->cipher_ctx = in aspeed_hace_probe()
200 if (!crypto_engine->cipher_ctx) { in aspeed_hace_probe()
H A Daspeed-hace.h210 void *cipher_ctx; member