HomeSort by: relevance | last modified time | path
    Searched defs:ossl_cmac_init (Results 1 - 2 of 2) 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);
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 27 milliseconds