Searched refs:crypto_hmac_init (Results 1 – 7 of 7) sorted by relevance
175 int crypto_hmac_init(struct udevice *dev, sha_context *ctx, in crypto_hmac_init() function
209 int crypto_hmac_init(struct udevice *dev, sha_context *ctx,
311 ret = crypto_hmac_init(dev, &ctx, (u8 *)key, key_len); in test_hash_perf()432 ret = crypto_hmac_init(dev, &csha_ctx, in test_hash_result()