Home
last modified time | relevance | path

Searched refs:ossl_cmac_init (Results 1 – 3 of 3) sorted by relevance

/openssl/include/crypto/
H A Dcmac.h18 int ossl_cmac_init(CMAC_CTX *ctx, const void *key, size_t keylen,
/openssl/crypto/cmac/
H A Dcmac.c111 int ossl_cmac_init(CMAC_CTX *ctx, const void *key, size_t keylen, in ossl_cmac_init() function
176 return ossl_cmac_init(ctx, key, keylen, cipher, impl, NULL); in CMAC_Init()
/openssl/providers/implementations/macs/
H A Dcmac_prov.c163 rv = ossl_cmac_init(macctx->ctx, key, keylen, in cmac_setkey()

Completed in 7 milliseconds