27 #ifndef MBEDTLS_MD_WRAP_H 28 #define MBEDTLS_MD_WRAP_H 30 #if !defined(MBEDTLS_CONFIG_FILE) 33 #include MBEDTLS_CONFIG_FILE 74 void * (*ctx_alloc_func)(
void );
86 #if defined(MBEDTLS_MD2_C) 89 #if defined(MBEDTLS_MD4_C) 92 #if defined(MBEDTLS_MD5_C) 95 #if defined(MBEDTLS_RIPEMD160_C) 98 #if defined(MBEDTLS_SHA1_C) 101 #if defined(MBEDTLS_SHA256_C) 105 #if defined(MBEDTLS_SHA512_C) Configuration options (set of defines)
typedef void(__stdcall *PFN_DESTRUCTION_CALLBACK)(void *pData)
int block_size
Definition: md_internal.h:58
GLenum GLenum GLenum input
Definition: glext.h:9938
void(* digest_func)(const unsigned char *input, size_t ilen, unsigned char *output)
Definition: md_internal.h:70
mbedtls_md_type_t
Definition: md.h:39
void(* ctx_free_func)(void *ctx)
Definition: md_internal.h:77
void(* starts_func)(void *ctx)
Definition: md_internal.h:61
const mbedtls_md_info_t mbedtls_sha384_info
Definition: md_wrap.c:532
const mbedtls_md_info_t mbedtls_sha512_info
Definition: md_wrap.c:558
AVFormatContext * ctx
Definition: record_ffmpeg.c:247
mbedtls_md_type_t type
Definition: md_internal.h:49
const char * name
Definition: md_internal.h:52
Generic message digest wrapper.
GLenum src
Definition: glext.h:6980
Definition: md_internal.h:46
int size
Definition: md_internal.h:55
std::string output
Definition: Config.FromFile.cpp:44
void(* process_func)(void *ctx, const unsigned char *input)
Definition: md_internal.h:83
void(* update_func)(void *ctx, const unsigned char *input, size_t ilen)
Definition: md_internal.h:64
const mbedtls_md_info_t mbedtls_sha224_info
Definition: md_wrap.c:438
const mbedtls_md_info_t mbedtls_ripemd160_info
Definition: md_wrap.c:305
void(* finish_func)(void *ctx, unsigned char *output)
Definition: md_internal.h:67
GLenum GLenum dst
Definition: glext.h:6980
void(* clone_func)(void *dst, const void *src)
Definition: md_internal.h:80
const mbedtls_md_info_t mbedtls_md5_info
Definition: md_wrap.c:243
const mbedtls_md_info_t mbedtls_sha1_info
Definition: md_wrap.c:367
const mbedtls_md_info_t mbedtls_sha256_info
Definition: md_wrap.c:464