Home
last modified time | relevance | path

Searched refs:crypto_hmac_init (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dcrypto.h255 int crypto_hmac_init(struct udevice *dev, sha_context *ctx,
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c202 int crypto_hmac_init(struct udevice *dev, sha_context *ctx, in crypto_hmac_init() function
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c346 ret = crypto_hmac_init(dev, &ctx, (u8 *)key, key_len); in test_hash_perf()
467 ret = crypto_hmac_init(dev, &csha_ctx, in test_hash_result()