HomeSort by relevance Sort by last modified time
    Searched full:hmac_sha512_ctx (Results 1 - 2 of 2) sorted by null

  /external/mmc-utils/3rdparty/hmac_sha/
hmac_sha2.h 93 } hmac_sha512_ctx; typedef in typeref:struct:__anon21319
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,
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 145 milliseconds