Home
last modified time | relevance | path

Searched refs:crypto_dh_encode_key (Results 1 – 4 of 4) sorted by relevance

/linux/crypto/
A Ddh_helper.c40 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key() function
66 EXPORT_SYMBOL_GPL(crypto_dh_encode_key);
/linux/include/crypto/
A Ddh.h70 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params);
/linux/Documentation/crypto/
A Dapi-kpp.rst38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
/linux/security/keys/
A Ddh.c311 ret = crypto_dh_encode_key(secret, secretlen, &dh_inputs); in __keyctl_dh_compute()

Completed in 12 milliseconds