mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[MBEDTLS] Export some needed functions for bcrypt. By Peter Hater.
svn path=/trunk/; revision=73260
This commit is contained in:
parent
38e3f17430
commit
7d40a4c98e
1 changed files with 11 additions and 0 deletions
11
reactos/dll/3rdparty/mbedtls/mbedtls.spec
vendored
11
reactos/dll/3rdparty/mbedtls/mbedtls.spec
vendored
|
@ -31,6 +31,17 @@
|
|||
@ cdecl mbedtls_md_info_from_type(long)
|
||||
@ cdecl mbedtls_pk_get_bitlen(ptr)
|
||||
@ cdecl mbedtls_ctr_drbg_seed(ptr ptr ptr str long)
|
||||
@ cdecl mbedtls_md_init(ptr)
|
||||
@ cdecl mbedtls_md_setup(ptr ptr long)
|
||||
@ cdecl mbedtls_md_update(ptr ptr long)
|
||||
@ cdecl mbedtls_md_hmac_starts(ptr)
|
||||
@ cdecl mbedtls_md_hmac_finish(ptr ptr)
|
||||
@ cdecl mbedtls_md_free(ptr)
|
||||
@ cdecl mbedtls_md5_init(ptr)
|
||||
@ cdecl mbedtls_md5_starts(ptr)
|
||||
@ cdecl mbedtls_md5_update(ptr ptr long)
|
||||
@ cdecl mbedtls_md5_finish(ptr ptr)
|
||||
@ cdecl mbedtls_md5_free(ptr)
|
||||
@ cdecl mbedtls_sha1_init(ptr)
|
||||
@ cdecl mbedtls_sha1_starts(ptr)
|
||||
@ cdecl mbedtls_sha1_update(ptr ptr long)
|
||||
|
|
Loading…
Reference in a new issue