Searched refs:hmac_sha512_ctx (Results 1 - 2 of 2) sorted by relevance
/external/mmc-utils/3rdparty/hmac_sha/ |
H A D | hmac_sha2.h | 93 } hmac_sha512_ctx; typedef in typeref:struct:__anon14802 128 void hmac_sha512_init(hmac_sha512_ctx *ctx, const unsigned char *key, 130 void hmac_sha512_reinit(hmac_sha512_ctx *ctx); 131 void hmac_sha512_update(hmac_sha512_ctx *ctx, const unsigned char *message, 133 void hmac_sha512_final(hmac_sha512_ctx *ctx, unsigned char *mac,
|
H A D | hmac_sha2.c | 302 void hmac_sha512_init(hmac_sha512_ctx *ctx, const unsigned char *key, 349 void hmac_sha512_reinit(hmac_sha512_ctx *ctx) 357 void hmac_sha512_update(hmac_sha512_ctx *ctx, const unsigned char *message, 363 void hmac_sha512_final(hmac_sha512_ctx *ctx, unsigned char *mac, 379 hmac_sha512_ctx ctx;
|
Completed in 27 milliseconds