Lines Matching full:private
26 * an ECDH private key. The packet private key that can be set with
35 * struct ecdh - define an ECDH private key
38 * @key: Private ECDH key
39 * @key_size: Size of the private ECDH key
48 * crypto_ecdh_key_len() - Obtain the size of the private ECDH key
49 * @params: private ECDH key
52 * with the provided ECDH private key reference to obtain the required
60 * crypto_ecdh_encode_key() - encode the private key
62 * private key. The buffer should be at least crypto_ecdh_key_len
64 * @len: Length of the packet private key buffer
65 * @p: Buffer with the caller-specified private key
67 * The ECDH implementations operate on a packet representation of the private
75 * crypto_ecdh_decode_key() - decode a private key
77 * @len: Length of the packet private key buffer
79 * unpacked ECDH private key.
81 * The unpacking obtains the private key by pointing @p to the correct location