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