Lines Matching full:in

16  * \param[in]  attributes           The attributes of the key to use for the
18 * \param[in] peer_key The buffer containing the key context
20 * \param[in] peer_key_length Size of the \p peer_key buffer in
22 * \param[in] key_buffer The buffer containing the private key
24 * \param[in] key_buffer_size Size of the \p key_buffer buffer in
28 * \param[in] shared_secret_size Size of the \p shared_secret buffer in
50 /** Export a public key or the public part of a DH key pair in binary format.
52 * \param[in] attributes The attributes for the key to export.
53 * \param[in] key_buffer Material or context of the key to export.
54 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes.
56 * \param[in] data_size Size of the \p data buffer in bytes.
57 * \param[out] data_length On success, the number of bytes written in
81 * \param[in] attributes The attributes for the key to generate.
83 * \param[in] key_buffer_size Size of \p key_buffer in bytes.
84 * \param[out] key_buffer_length On success, the number of bytes written in
90 * Key size in bits is invalid.
108 * \param[in] attributes The attributes for the key to import.
109 * \param[in] data The buffer containing the key data in import
111 * \param[in] data_length Size of the \p data buffer in bytes.
112 * \param[out] key_buffer The buffer containing the key data in output
114 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes. This
116 * \param[out] key_buffer_length The length of the data written in \p
117 * key_buffer in bytes.
118 * \param[out] bits The key size in number of bits.