Home
last modified time | relevance | path

Searched refs:crypto_dh_decode_key (Results 1 – 2 of 2) sorted by relevance

/crypto/
Ddh_helper.c68 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key() function
118 EXPORT_SYMBOL_GPL(crypto_dh_decode_key);
Ddh.c84 if (crypto_dh_decode_key(buf, len, &params) < 0) in dh_set_secret()