Lines Matching full:param
22 * \param[in] attributes The attributes of the key to use for the
24 * \param[in] data The raw key material. For private keys
28 * \param[in] data_length The size of the raw key material.
29 * \param[out] key_buffer The buffer to contain the key data in
31 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes.
32 * \param[out] key_buffer_length The length of the data written in \p
34 * \param[out] bits The bitsize of the key.
55 * \param[in] attributes The attributes of the key to use for the
57 * \param[in] key_buffer The private key in the export format.
58 * \param[in] key_buffer_size The size of the private key in bytes.
59 * \param[out] data The buffer to contain the public key in
61 * \param[in] data_size The size of the \p data buffer in bytes.
62 * \param[out] data_length The length written to \p data in bytes.
85 * \param[in] attributes The attributes of the key to use for the
87 * \param[out] key_buffer The buffer to contain the key data in
89 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes.
90 * \param[out] key_buffer_length The length of the data written in \p
107 * \param[in] attributes The attributes of the key to use for the
109 * \param[in] key_buffer The buffer containing the private key
111 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes.
112 * \param[in] alg A key agreement algorithm that is
114 * \param[in] peer_key The buffer containing the peer's public
116 * \param[in] peer_key_length Size of the \p peer_key buffer in
118 * \param[out] shared_secret The buffer to which the shared secret
120 * \param[in] shared_secret_size Size of the \p shared_secret buffer in
122 * \param[out] shared_secret_length On success, the number of bytes that
144 * \param[in] attributes The attributes of the key to use for the
146 * \param[in] key_buffer The buffer containing the private key
148 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes.
149 * \param[in] alg A signature algorithm that is compatible
151 * \param[in] hash The hash to sign.
152 * \param[in] hash_length Size of the \p hash buffer in bytes.
153 * \param[out] signature Buffer where signature is to be written.
154 * \param[in] signature_size Size of the \p signature buffer in bytes.
155 * \param[out] signature_length On success, the number of bytes
187 * \param[in] attributes The attributes of the key to use for the
190 * \param[in] key_buffer The buffer containing the key
192 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes.
193 * \param[in] alg A signature algorithm that is compatible with
195 * \param[in] hash The hash whose signature is to be
197 * \param[in] hash_length Size of the \p hash buffer in bytes.
198 * \param[in] signature Buffer containing the signature to verify.
199 * \param[in] signature_length Size of the \p signature buffer in bytes.