dk_body()

SYNOPSIS
#include <dk.h>
DK_STAT dk_body(
	DK *dk,
	unsigned char *bodyp,
	size_t len
);
Handle a piece of a message's body.
DESCRIPTION
Called When dk_body() is called zero or more times between dk_eoh() and dk_eom()
ARGUMENTS
ArgumentDescription
dk Message-specific handle, returned by dk_sign() or dk_verify()
bodyp Pointer to the start of this block of body data.
len The amount of data pointed to by bodyp.
NOTES
  • bodyp points to a sequence of bytes. It is not expected to be a C string (a sequence of characters that is terminated by '\0').

Copyright (c) 2004 Sendmail, Inc. and its suppliers. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the LICENSE.