Home
last modified time | relevance | path

Searched refs:cipher (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c45 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 DKconfig1415 and is widely used as a streaming cipher. Different key lengths are
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A DKconfig34 bool "Enable rockchip cipher support"
42 bool "Enable rockchip cipher support in spl"
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c839 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 Dimage.h1027 int fit_image_get_cipher_addr(const void *fit, int noffset, ulong *cipher);
/rk3399_rockchip-uboot/lib/
H A DKconfig124 and is widely used as a streaming cipher. Different key lengths are