Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Ddh_helper.c34 unsigned int crypto_dh_key_len(const struct dh *p) in crypto_dh_key_len() function
38 EXPORT_SYMBOL_GPL(crypto_dh_key_len);
84 if (secret.len != crypto_dh_key_len(params)) in crypto_dh_decode_key()
/Linux-v5.10/include/crypto/
Ddh.h55 unsigned int crypto_dh_key_len(const struct dh *params);
/Linux-v5.10/Documentation/crypto/
Dapi-kpp.rst38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
/Linux-v5.10/security/keys/
Ddh.c305 secretlen = crypto_dh_key_len(&dh_inputs); in __keyctl_dh_compute()