Searched refs:crypto_ecdh_encode_key (Results 1 – 5 of 5) sorted by relevance
33 int crypto_ecdh_encode_key(char *buf, unsigned int len, in crypto_ecdh_encode_key() function54 EXPORT_SYMBOL_GPL(crypto_ecdh_encode_key);
67 int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
124 err = crypto_ecdh_encode_key(buf, buf_len, &p); in set_ecdh_privkey()
535 crypto_ecdh_encode_key(encoded_key, buf_len, &p); in tpm_buf_append_salt()