Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dcrypto.h304 int crypto_mac(struct udevice *dev, cipher_context *ctx,
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c321 int crypto_mac(struct udevice *dev, cipher_context *ctx, in crypto_mac() function
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c412 ret = crypto_mac(dev, ctx, plain, data_size, cipher); in test_cipher_perf()
546 ret = crypto_mac(dev, &ctx, test_data->plain, in test_cipher_result()