Lines Matching defs:data
22 * @__ctx: Start of private context data
70 * the supplied scatterlist containing the blocks of data. The crypto
150 * information is given by filling in the skcipher_request data structure.
154 * parallel. For asynchronous block cipher calls, context data supplied and
155 * only used by the caller can be referenced the request data structure in
268 * memory for the data returned by the encryption or decryption operation
390 * data structure.
413 * Encrypt plaintext data using the skcipher_request handle. That data
414 * structure and how it is filled with data is discussed with the
426 * Decrypt ciphertext data using the skcipher_request handle. That data
427 * structure and how it is filled with data is discussed with the
437 * The skcipher_request data structure contains all pointers to data
446 * crypto_skcipher_reqsize() - obtain size of the request data structure
462 * data structure with a different one.
483 * skcipher_request_alloc() - allocate request data structure
487 * Allocate the request data structure that must be used with the skcipher
489 * handle is registered in the request data structure.
508 * skcipher_request_free() - zeroize and free request data structure
509 * @req: request data structure cipher handle to be freed
531 * @data: The data pointer refers to memory that is not used by the kernel
535 * related functionality, it may need to access data structures of the
537 * callback function can access the memory via the "data" field in the
538 * crypto_async_request data structure provided to the callback function.
551 void *data)
554 req->base.data = data;
559 * skcipher_request_set_crypt() - set data buffers
567 * This function allows setting of the source data and destination data