Searched refs:hmac_sha384_ctx (Results 1 - 2 of 2) sorted by relevance
/external/mmc-utils/3rdparty/hmac_sha/ |
H A D | hmac_sha2.h | 81 } hmac_sha384_ctx; typedef in typeref:struct:__anon14801 117 void hmac_sha384_init(hmac_sha384_ctx *ctx, const unsigned char *key, 119 void hmac_sha384_reinit(hmac_sha384_ctx *ctx); 120 void hmac_sha384_update(hmac_sha384_ctx *ctx, const unsigned char *message, 122 void hmac_sha384_final(hmac_sha384_ctx *ctx, unsigned char *mac,
|
H A D | hmac_sha2.c | 216 void hmac_sha384_init(hmac_sha384_ctx *ctx, const unsigned char *key, 263 void hmac_sha384_reinit(hmac_sha384_ctx *ctx) 271 void hmac_sha384_update(hmac_sha384_ctx *ctx, const unsigned char *message, 277 void hmac_sha384_final(hmac_sha384_ctx *ctx, unsigned char *mac, 293 hmac_sha384_ctx ctx;
|
Completed in 169 milliseconds