Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:buffer

35  * @mac: Buffer for the hash
44 * @mac: Buffer for the hash
53 * @mac: Buffer for the hash
62 * @x: Buffer for PRF output
77 * @mac: Buffer for the hash
102 * @crypt: Buffer for the encrypted data (16 bytes)
124 * @plain: Buffer for the decrypted data (16 bytes)
160 * @data: Data buffer to add
161 * @len: Length of the buffer
172 * @hash: Buffer for hash value or %NULL if caller is just freeing the hash
174 * @len: Pointer to length of the buffer or %NULL if caller is just freeing the
176 * Returns: 0 on success, -1 if buffer is too small (len set to needed length),
179 * This function calculates the hash value and frees the context buffer that
259 * @key: Key buffer (DER encoded RSA public key)
260 * @len: Key buffer length in bytes
275 * @key: Key buffer (DER encoded RSA private key)
276 * @len: Key buffer length in bytes
289 * @len: Certificate buffer length in bytes
306 * @in: Plaintext buffer
307 * @inlen: Length of plaintext buffer in bytes
308 * @out: Output buffer for encrypted data
309 * @outlen: Length of output buffer in bytes; set to used length on success
323 * @in: Plaintext buffer
324 * @inlen: Length of plaintext buffer in bytes
325 * @out: Output buffer for encrypted (signed) data
326 * @outlen: Length of output buffer in bytes; set to used length on success
362 * @plain: Buffer for plaintext (at least crypt_len bytes)
363 * @plain_len: Plaintext length (max buffer size on input, real len on output);
396 * @result: Buffer for the result
397 * @result_len: Result length (max buffer size on input, real len on output)
401 * used as the maximum size of modulus buffer. It is set to the used size on