Searched refs:RTCRDIGESTDESC (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/crypto/
H A Ddigest.h45 typedef struct RTCRDIGESTDESC struct
76 * least RTCRDIGESTDESC::cbHash bytes large.
115 * Optional, if not provided RTCRDIGESTDESC::cbHash will be returned. If
116 * provided though, RTCRDIGESTDESC::cbHash must be set to the largest possible
131 } RTCRDIGESTDESC; typedef in typeref:struct:RTCRDIGESTDESC
133 typedef RTCRDIGESTDESC const *PCRTCRDIGESTDESC;
/vbox/src/VBox/Runtime/common/crypto/
H A Ddigest-builtin.cpp51 /** @impl_interface_method{RTCRDIGESTDESC::pfnUpdate} */
57 /** @impl_interface_method{RTCRDIGESTDESC::pfnFinal} */
63 /** @impl_interface_method{RTCRDIGESTDESC::pfnInit} */
80 static RTCRDIGESTDESC const g_rtCrDigestMd2Desc =
103 /** @impl_interface_method{RTCRDIGESTDESC::pfnUpdate} */
109 /** @impl_interface_method{RTCRDIGESTDESC::pfnFinal} */
115 /** @impl_interface_method{RTCRDIGESTDESC::pfnInit} */
132 static RTCRDIGESTDESC const g_rtCrDigestMd5Desc =
155 /** @impl_interface_method{RTCRDIGESTDESC::pfnUpdate} */
161 /** @impl_interface_method{RTCRDIGESTDESC
[all...]

Completed in 727 milliseconds