Searched refs:cipher (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 45 const u8 *cipher; member 123 .cipher = (out), \ 127 #define CIPHER_TEST(algo, mode, key, iv, plain, cipher) \ argument 128 CIPHER_XTS_TEST(algo, mode, key, NULL, iv, plain, cipher) 142 .cipher = (out), \ 384 u8 *plain = NULL, *cipher = NULL; in test_cipher_perf() local 397 cipher = (u8 *)memalign(CONFIG_SYS_CACHELINE_SIZE, data_size); in test_cipher_perf() 398 if (!cipher) { in test_cipher_perf() 412 ret = crypto_mac(dev, ctx, plain, data_size, cipher); in test_cipher_perf() 415 aad, sizeof(aad), cipher, tag); in test_cipher_perf() [all …]
|
| H A D | Kconfig | 1415 and is widely used as a streaming cipher. Different key lengths are
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | Kconfig | 34 bool "Enable rockchip cipher support" 42 bool "Enable rockchip cipher support in spl"
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 839 int fit_image_get_cipher_addr(const void *fit, int noffset, ulong *cipher) in fit_image_get_cipher_addr() argument 841 return fit_image_get_address(fit, noffset, FIT_CIPHER_ADDR_PROP, cipher); in fit_image_get_cipher_addr()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1027 int fit_image_get_cipher_addr(const void *fit, int noffset, ulong *cipher);
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | Kconfig | 124 and is widely used as a streaming cipher. Different key lengths are
|