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
38 If this method is called the callback I<cb> will receive the following
51 passed in array of I<bytes> will be corrupted if the callback returns 0,
55 If this method is called the callback I<cb> will receive the following
69 If this method is called the callback I<cb> will receive the following
81 After the callback I<cb> has been called the values that were set by
86 passed to the callback.
93 This allows the callback to identify the type of test being run.
98 This allows the callback to identify the sub category of the test being run.
124 * Retrieve the callback - will be NULL if not set by the application via
131 /* Trigger the optional callback */
140 /* Optional corruption - If the application callback returns 0 */