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

  /external/mmc-utils/3rdparty/hmac_sha/
hmac_sha2.h 69 } hmac_sha256_ctx; typedef in typeref:struct:__anon30707
106 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key,
108 void hmac_sha256_reinit(hmac_sha256_ctx *ctx);
109 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message,
111 void hmac_sha256_final(hmac_sha256_ctx *ctx, unsigned char *mac,
hmac_sha2.c 130 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key,
177 void hmac_sha256_reinit(hmac_sha256_ctx *ctx)
185 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message,
191 void hmac_sha256_final(hmac_sha256_ctx *ctx, unsigned char *mac,
207 hmac_sha256_ctx ctx;
  /external/mmc-utils/
mmc_cmds.c     [all...]

Completed in 214 milliseconds