Home
last modified time | relevance | path

Searched refs:ecdh_ctx (Results 1 – 1 of 1) sorted by last modified time

/linux/crypto/
H A Decdh.c15 struct ecdh_ctx { struct
21 static inline struct ecdh_ctx *ecdh_get_ctx(struct crypto_kpp *tfm) in ecdh_get_ctx() argument
29 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_set_secret()
58 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_compute_value()
125 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_max_size()
133 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_nist_p192_init_tfm()
152 .cra_ctxsize = sizeof(struct ecdh_ctx),
158 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_nist_p256_init_tfm()
177 .cra_ctxsize = sizeof(struct ecdh_ctx),
183 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_nist_p384_init_tfm()
[all …]