Searched refs:CMAC_Init (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/cmac/
H A Dcmac.h73 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
H A Dcm_pmeth.c131 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))
H A Dcmac.c152 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, function
/external/openssl/include/openssl/
H A Dcmac.h73 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c809 if (!CMAC_Init(ctx, key, 16, EVP_aes_128_cbc(), NULL))
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c809 if (!CMAC_Init(ctx, key, 16, EVP_aes_128_cbc(), NULL))
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c809 if (!CMAC_Init(ctx, key, 16, EVP_aes_128_cbc(), NULL))

Completed in 2294 milliseconds