Lines Matching refs:driver
43 * @brief Probe to see if a crypto driver supports a session.
45 * The crypto framework invokes this method on each crypto driver when
47 * the driver supports the algorithms and mode requested by the
50 * If the driver does not support a session with the requested
53 * If the driver does support a session with the requested parameters,
55 * priority of this driver. These negative values should be derived
63 * @param dev the crypto driver device
66 * @retval negative if the driver supports this session - the
68 * driver for the session
69 * @retval EINVAL if the driver does not support the session
80 * Invoked by the crypto framework to initialize driver-specific data
82 * driver's per-session memory object prior to invoking this method.
83 * The driver is able to access it's per-session memory object via
86 * @param dev the crypto driver device
105 * driver requires additional actions to destroy a session, it should
106 * perform those in this method. If the driver does not require
110 * @param dev the crypto driver device
134 * @param dev the crypto driver device
137 * crypto operations are queued for this driver;
166 * @param dev the crypto driver device
169 * crypto operations are queued for this driver;