Lines Matching full:private
21 * an ECDH private key. The packet private key that can be set with
30 * struct ecdh - define an ECDH private key
33 * @key: Private ECDH key
34 * @key_size: Size of the private ECDH key
43 * crypto_ecdh_key_len() - Obtain the size of the private ECDH key
44 * @params: private ECDH key
47 * with the provided ECDH private key reference to obtain the required
55 * crypto_ecdh_encode_key() - encode the private key
57 * private key. The buffer should be at least crypto_ecdh_key_len
59 * @len: Length of the packet private key buffer
60 * @p: Buffer with the caller-specified private key
62 * The ECDH implementations operate on a packet representation of the private
70 * crypto_ecdh_decode_key() - decode a private key
72 * @len: Length of the packet private key buffer
74 * unpacked ECDH private key.
76 * The unpacking obtains the private key by pointing @p to the correct location