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

  /external/mmc-utils/3rdparty/hmac_sha/
hmac_sha2.h 57 } hmac_sha224_ctx; typedef in typeref:struct:__anon21316
95 void hmac_sha224_init(hmac_sha224_ctx *ctx, const unsigned char *key,
97 void hmac_sha224_reinit(hmac_sha224_ctx *ctx);
98 void hmac_sha224_update(hmac_sha224_ctx *ctx, const unsigned char *message,
100 void hmac_sha224_final(hmac_sha224_ctx *ctx, unsigned char *mac,
hmac_sha2.c 44 void hmac_sha224_init(hmac_sha224_ctx *ctx, const unsigned char *key,
91 void hmac_sha224_reinit(hmac_sha224_ctx *ctx)
99 void hmac_sha224_update(hmac_sha224_ctx *ctx, const unsigned char *message,
105 void hmac_sha224_final(hmac_sha224_ctx *ctx, unsigned char *mac,
121 hmac_sha224_ctx ctx;

Completed in 46 milliseconds