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

  /external/openssl/crypto/cmac/
cmac.h 73 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
cm_pmeth.c 131 if (!CMAC_Init(cmctx, p2, p1, NULL, NULL))
136 if (!CMAC_Init(cmctx, NULL, 0, p2, ctx->engine))
144 if (!CMAC_Init(cmctx, NULL, 0, NULL, NULL))
cmac.c 152 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
  /external/openssl/include/openssl/
cmac.h 73 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,

Completed in 786 milliseconds