dh_ctx 21 crypto/dh.c static void dh_clear_ctx(struct dh_ctx *ctx) dh_ctx 36 crypto/dh.c static int _compute_val(const struct dh_ctx *ctx, MPI base, MPI val) dh_ctx 42 crypto/dh.c static inline struct dh_ctx *dh_get_ctx(struct crypto_kpp *tfm) dh_ctx 52 crypto/dh.c static int dh_set_params(struct dh_ctx *ctx, struct dh *params) dh_ctx 77 crypto/dh.c struct dh_ctx *ctx = dh_get_ctx(tfm); dh_ctx 109 crypto/dh.c static int dh_is_pubkey_valid(struct dh_ctx *ctx, MPI y) dh_ctx 152 crypto/dh.c struct dh_ctx *ctx = dh_get_ctx(tfm); dh_ctx 198 crypto/dh.c struct dh_ctx *ctx = dh_get_ctx(tfm); dh_ctx 205 crypto/dh.c struct dh_ctx *ctx = dh_get_ctx(tfm); dh_ctx 221 crypto/dh.c .cra_ctxsize = sizeof(struct dh_ctx),