Export some additional algorithms so we can make use
of them elsewhere in the code.
Change-Id: I676318a872a1e7b537112a3d60dac2edff478ae6
hc_RAND_add @39
hc_RAND_write_file @40
hc_RAND_bytes @41
+ hc_HMAC @42
+ hc_HMAC_CTX_cleanup @43
+ hc_HMAC_CTX_init @44
+ hc_HMAC_Final @45
+ hc_HMAC_Init_ex @46
+ hc_HMAC_Update @47
+ hc_HMAC_size @48
hc_RAND_file_name;
hc_RAND_add;
hc_RAND_write_file;
+ hc_HMAC;
+ hc_HMAC_CTX_cleanup;
+ hc_HMAC_CTX_init;
+ hc_HMAC_Final;
+ hc_HMAC_Init_ex;
+ hc_HMAC_Update;
+ hc_HMAC_size;
local:
*;
};