Home
last modified time | relevance | path

Searched refs:__crypto_dh_decode_key (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/crypto/
Ddh_helper.c66 int __crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in __crypto_dh_decode_key() function
98 err = __crypto_dh_decode_key(buf, len, params); in crypto_dh_decode_key()
Ddh.c469 err = __crypto_dh_decode_key(buffer, len, &params); in dh_safe_prime_set_secret()
/linux-6.12.1/include/crypto/
Ddh.h95 int __crypto_dh_decode_key(const char *buf, unsigned int len,