Home
last modified time | relevance | path

Searched refs:ecdh_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/crypto/
Decdh.c19 struct ecdh_ctx { struct
25 static inline struct ecdh_ctx *ecdh_get_ctx(struct crypto_kpp *tfm) in ecdh_get_ctx() argument
42 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_set_secret()
72 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_compute_value()
139 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_max_size()
155 .cra_ctxsize = sizeof(struct ecdh_ctx),