Searched refs:crypto_hmac_final (Results 1 – 3 of 3) sorted by relevance
278 int crypto_hmac_final(struct udevice *dev, sha_context *ctx, u8 *output);
229 int crypto_hmac_final(struct udevice *dev, sha_context *ctx, u8 *output) in crypto_hmac_final() function
472 ret |= crypto_hmac_final(dev, &csha_ctx, out); in test_hash_result()