ctr_crypt
ctx->ops->ctr_crypt(&ctx->key[0], walk.src.virt.addr,
.encrypt = ctr_crypt,
.decrypt = ctr_crypt,
void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output,
.ctr_crypt = aes_sparc64_ctr_crypt_128,
.ctr_crypt = aes_sparc64_ctr_crypt_192,
.ctr_crypt = aes_sparc64_ctr_crypt_256,
return ctr_crypt(req, aes_ctr64_crypt_##suffix); \
.encrypt = ctr_crypt,
.decrypt = ctr_crypt,
.encrypt = ctr_crypt,
.decrypt = ctr_crypt,