Lines Matching refs:callback
9 OSSL_SELF_TEST_onend - functionality to trigger a callback during a self test
29 callback and callback argument associated with it.
31 The callback I<cb> may be triggered multiple times by a self test to indicate
39 If this method is called the callback I<cb> will receive the following
52 passed in array of I<bytes> will be corrupted if the callback returns 0,
56 If this method is called the callback I<cb> will receive the following
70 If this method is called the callback I<cb> will receive the following
82 After the callback I<cb> has been called the values that were set by
87 passed to the callback.
94 This allows the callback to identify the type of test being run.
99 This allows the callback to identify the sub category of the test being run.
125 * Retrieve the callback - will be NULL if not set by the application via
132 /* Trigger the optional callback */
141 /* Optional corruption - If the application callback returns 0 */