Searched refs:clHMAC_update (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/cryptolib/include/lib/crypto/
H A Dcryptolib.h83 #define clHMAC_update(ctx, data, len) clHASH_update(&(ctx)->hash, data, len) macro
/fuchsia/zircon/third_party/ulib/cryptolib/
H A Dcryptolib.c583 clHMAC_update(&hmac, ctx->v, clSHA256_DIGEST_SIZE);
593 clHMAC_update(&hmac, &ctx->v[clSHA256_DIGEST_SIZE],

Completed in 31 milliseconds