HomeSort by: relevance | last modified time | path
    Searched defs:ossl_cmac_init (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/cmac/
cmac.c 111 int ossl_cmac_init(CMAC_CTX *ctx, const void *key, size_t keylen, function
176 return ossl_cmac_init(ctx, key, keylen, cipher, impl, NULL);

Completed in 24 milliseconds