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

  /external/mmc-utils/3rdparty/hmac_sha/
hmac_sha2.h 81 } hmac_sha384_ctx; typedef in typeref:struct:__anon21318
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,
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 95 milliseconds