Searched refs:crypto_dh_decode_key (Results 1 – 5 of 5) sorted by relevance
72 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key() function122 EXPORT_SYMBOL_GPL(crypto_dh_decode_key);
87 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret()
89 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
496 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in qat_dh_set_secret()