Home
last modified time | relevance | path

Searched refs:CMAC_Update (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libcrypto/hidden/openssl/
H A Dcmac.h34 LCRYPTO_USED(CMAC_Update);
/openbsd/lib/libcrypto/cmac/
H A Dcmac.h75 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
H A Dcmac.c253 CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen) in CMAC_Update() function
294 LCRYPTO_ALIAS(CMAC_Update);
H A Dcm_pmeth.c117 if (!CMAC_Update(ctx->pctx->data, data, count)) in int_update()
/openbsd/lib/libcrypto/
H A DSymbols.list477 CMAC_Update