more doxygen
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22359 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -213,7 +213,7 @@ EVP_MD_CTX_size(EVP_MD_CTX *ctx)
|
||||
/**
|
||||
* Return the blocksize of the message digest function.
|
||||
*
|
||||
* @param md the evp message digest context
|
||||
* @param ctx the evp message digest context
|
||||
*
|
||||
* @return size size of the message digest block size
|
||||
*
|
||||
@@ -226,6 +226,18 @@ EVP_MD_CTX_block_size(EVP_MD_CTX *ctx)
|
||||
return EVP_MD_block_size(ctx->md);
|
||||
}
|
||||
|
||||
/**
|
||||
* Init a EVP_MD_CTX for use a specific message digest and engine.
|
||||
*
|
||||
* @param ctx the message digest context to init.
|
||||
* @param md the message digest to use.
|
||||
* @param engine the engine to use, NULL to use the default engine.
|
||||
*
|
||||
* @return 1 on success.
|
||||
*
|
||||
* @ingroup hcrypto_evp
|
||||
*/
|
||||
|
||||
int
|
||||
EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *md, ENGINE *engine)
|
||||
{
|
||||
|
Reference in New Issue
Block a user