Home
last modified time | relevance | path

Searched defs:params (Results 1 – 5 of 5) sorted by relevance

/crypto/
Decdh_helper.c31 int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len()
38 const struct ecdh *params) in crypto_ecdh_encode_key()
62 struct ecdh *params) in crypto_ecdh_decode_key()
Ddh_helper.c42 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key()
68 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key()
Ddh.c54 static int dh_set_params(struct dh_ctx *ctx, struct dh *params) in dh_set_params()
77 struct dh params; in dh_set_secret() local
Dzstd.c43 const ZSTD_parameters params = zstd_params(); in zstd_comp_init() local
163 const ZSTD_parameters params = zstd_params(); in __zstd_compress() local
Decdh.c43 struct ecdh params; in ecdh_set_secret() local