Searched refs:cipher_context (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 89 } cipher_context; typedef 124 int (*cipher_crypt)(struct udevice *dev, cipher_context *ctx, 128 int (*cipher_mac)(struct udevice *dev, cipher_context *ctx, 132 int (*cipher_ae)(struct udevice *dev, cipher_context *ctx, 291 int crypto_cipher(struct udevice *dev, cipher_context *ctx, 304 int crypto_mac(struct udevice *dev, cipher_context *ctx, 320 int crypto_ae(struct udevice *dev, cipher_context *ctx,
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 307 int crypto_cipher(struct udevice *dev, cipher_context *ctx, in crypto_cipher() 321 int crypto_mac(struct udevice *dev, cipher_context *ctx, in crypto_mac() 335 int crypto_ae(struct udevice *dev, cipher_context *ctx, in crypto_ae()
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ce.c | 708 u32 ce_algo, u32 ce_mode, cipher_context *ctx) in rk_set_symm_td_buf_key() 751 static int rk_crypto_cipher(struct udevice *dev, cipher_context *ctx, in rk_crypto_cipher() 894 static int rockchip_crypto_cipher(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_cipher() 900 static int rockchip_crypto_mac(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_mac() 906 static int rockchip_crypto_ae(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_ae() 917 cipher_context cipher_ctx; in rockchip_crypto_fw_cipher()
|
| H A D | crypto_v2.c | 1293 int rockchip_crypto_cipher(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_cipher() 1353 int rockchip_crypto_mac(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_mac() 1400 int rockchip_crypto_ae(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_ae()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 379 int test_cipher_perf(struct udevice *dev, cipher_context *ctx, in test_cipher_perf() 509 cipher_context ctx; in test_cipher_result()
|