Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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);
81 if (secret.len != crypto_dh_key_len(params)) in __crypto_dh_decode_key()
H A Ddh.c488 buf_size = crypto_dh_key_len(&params); in dh_safe_prime_set_secret()
/openbmc/linux/include/crypto/
H A Ddh.h51 unsigned int crypto_dh_key_len(const struct dh *params);
/openbmc/linux/Documentation/crypto/
H A Dapi-kpp.rst38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
/openbmc/linux/security/keys/
H A Ddh.c200 secretlen = crypto_dh_key_len(&dh_inputs); in __keyctl_dh_compute()