Lines Matching refs:ctx
84 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm);
86 return crypto_akcipher_maxsize(*ctx);
94 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm);
96 .tfm = *ctx,
113 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm);
115 .tfm = *ctx,
136 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm);
138 return crypto_akcipher_set_pub_key(*ctx, key, keylen);
145 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm);
147 return crypto_akcipher_set_priv_key(*ctx, key, keylen);