Searched refs:ossl_cmac_init (Results 1 – 3 of 3) sorted by relevance
/openssl/include/crypto/ |
H A D | cmac.h | 18 int ossl_cmac_init(CMAC_CTX *ctx, const void *key, size_t keylen,
|
/openssl/crypto/cmac/ |
H A D | cmac.c | 111 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 D | cmac_prov.c | 163 rv = ossl_cmac_init(macctx->ctx, key, keylen, in cmac_setkey()
|
Completed in 7 milliseconds