Searched refs:crypto_mac (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 304 int crypto_mac(struct udevice *dev, cipher_context *ctx,
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 321 int crypto_mac(struct udevice *dev, cipher_context *ctx, in crypto_mac() function
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 412 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()
|