Searched refs:crypto_dh_decode_key (Results 1 – 4 of 4) sorted by relevance
94 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key() function120 EXPORT_SYMBOL_GPL(crypto_dh_decode_key);
80 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
483 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in qat_dh_set_secret()