Home
last modified time | relevance | path

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

/Linux-v6.6/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.c468 err = __crypto_dh_decode_key(buffer, len, &params); in dh_safe_prime_set_secret()
/Linux-v6.6/include/crypto/
Ddh.h95 int __crypto_dh_decode_key(const char *buf, unsigned int len,