Home
last modified time | relevance | path

Searched refs:crypto_dh_key_len (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/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); variable
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()
/kernel/linux/linux-5.10/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); variable
84 if (secret.len != crypto_dh_key_len(params)) in crypto_dh_decode_key()
/kernel/linux/linux-5.10/include/crypto/
H A Ddh.h46 * crypto_dh_key_len() - Obtain the size of the private DH key
55 unsigned int crypto_dh_key_len(const struct dh *params);
60 * private key. The buffer should be at least crypto_dh_key_len
/kernel/linux/linux-6.6/include/crypto/
H A Ddh.h42 * crypto_dh_key_len() - Obtain the size of the private DH key
51 unsigned int crypto_dh_key_len(const struct dh *params);
56 * private key. The buffer should be at least crypto_dh_key_len
/kernel/linux/linux-5.10/security/keys/
H A Ddh.c305 secretlen = crypto_dh_key_len(&dh_inputs); in __keyctl_dh_compute()
/kernel/linux/linux-6.6/security/keys/
H A Ddh.c200 secretlen = crypto_dh_key_len(&dh_inputs); in __keyctl_dh_compute()

Completed in 4 milliseconds