Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
29 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_set_secret()
53 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_compute_value()
120 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_max_size()
128 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_nist_p192_init_tfm()
147 .cra_ctxsize = sizeof(struct ecdh_ctx),
153 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_nist_p256_init_tfm()
172 .cra_ctxsize = sizeof(struct ecdh_ctx),
178 struct ecdh_ctx *ct in ecdh_nist_p384_init_tfm()
[all...]
/kernel/linux/linux-5.10/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()
38 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_set_secret()
70 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_compute_value()
137 struct ecdh_ctx *ctx = ecdh_get_ctx(tfm); in ecdh_max_size()
153 .cra_ctxsize = sizeof(struct ecdh_ctx),

Completed in 2 milliseconds