Lines Matching defs:buffer
19 * @src_len: Size of the input buffer
20 * @dst_len: Size of the output buffer. It needs to be at least
51 * The implementation knows how to decode the buffer
60 * @max_size: Function returns the size of the output buffer
72 int (*set_secret)(struct crypto_kpp *tfm, const void *buffer,
217 * kpp_request_set_input() - Sets input buffer
234 * kpp_request_set_output() - Sets output buffer
257 * struct kpp_secret - small header for packing secret buffer
274 * @buffer: Buffer holding the packet representation of the private
279 * @len: Length of the packet private key buffer.
284 const void *buffer, unsigned int len)
291 ret = alg->set_secret(tfm, buffer, len);
346 * crypto_kpp_maxsize() - Get len for output buffer
348 * Function returns the output buffer size required for a given key.