Lines Matching refs:user
5345 /* In case the operation fails and the user fails to check for failure or
8344 memcpy(user_id, inputs->user, inputs->user_len);
8510 operation->data.inputs.user = mbedtls_calloc(1, user_id_len);
8511 if (operation->data.inputs.user == NULL) {
8518 memcpy(operation->data.inputs.user, user_id, user_id_len);
8661 mbedtls_free(inputs.user);
8710 * called by the user */
8971 if (operation->data.inputs.user != NULL) {
8972 mbedtls_free(operation->data.inputs.user);
9034 /** Copy from a local output buffer into a user-supplied one.
9038 * \param[out] output Pointer to user-supplied output buffer.
9039 * \param[out] output_len Length of the user-supplied output buffer.
9043 * user-supplied output buffer is too small to