Home
last modified time | relevance | path

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

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