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

/linux-master/include/crypto/
H A Ddh.h83 * __crypto_dh_decode_key() - decode a private key without parameter checks
95 int __crypto_dh_decode_key(const char *buf, unsigned int len,
/linux-master/crypto/
H A Ddh_helper.c66 int __crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) function
98 err = __crypto_dh_decode_key(buf, len, params);
H A Ddh.c469 err = __crypto_dh_decode_key(buffer, len, &params);

Completed in 202 milliseconds