Home
last modified time | relevance | path

Searched defs:hmac_update (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c42 static OSSL_FUNC_mac_update_fn hmac_update; variable
188 static int hmac_update(void *vmacctx, const unsigned char *data, in hmac_update() function
/freebsd/crypto/libecc/src/hash/
H A Dhmac.c84 int hmac_update(hmac_context *ctx, const u8 *input, u32 ilen) in hmac_update() function