Lines Matching defs:aspeed_acry_ctx
112 struct aspeed_acry_ctx {
149 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(cipher);
167 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(cipher);
187 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(cipher);
351 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(cipher);
416 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(cipher);
428 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(cipher);
442 static int aspeed_rsa_set_n(struct aspeed_acry_ctx *ctx, u8 *value,
453 static int aspeed_rsa_set_e(struct aspeed_acry_ctx *ctx, u8 *value,
464 static int aspeed_rsa_set_d(struct aspeed_acry_ctx *ctx, u8 *value,
475 static void aspeed_rsa_key_free(struct aspeed_acry_ctx *ctx)
488 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(tfm);
536 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(tfm);
550 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(tfm);
562 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(tfm);
572 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(tfm);
594 struct aspeed_acry_ctx *ctx = akcipher_tfm_ctx(tfm);
620 .cra_ctxsize = sizeof(struct aspeed_acry_ctx),