Lines Matching defs:buffer
23 * @src_len: Size of the input buffer
24 * @dst_len: Size of the output buffer. It needs to be at least
73 * The implementation knows how to decode the buffer
82 * @max_size: Function returns the size of the output buffer
93 int (*set_secret)(struct crypto_kpp *tfm, const void *buffer,
243 * kpp_request_set_input() - Sets input buffer
260 * kpp_request_set_output() - Sets output buffer
283 * struct kpp_secret - small header for packing secret buffer
320 * @buffer: Buffer holding the packet representation of the private
325 * @len: Length of the packet private key buffer.
330 const void *buffer, unsigned int len)
337 return crypto_kpp_errstat(alg, alg->set_secret(tfm, buffer, len));
386 * crypto_kpp_maxsize() - Get len for output buffer
388 * Function returns the output buffer size required for a given key.