Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c45 const u8 *cipher; member
127 #define CIPHER_TEST(algo, mode, key, iv, plain, cipher) \ argument
384 u8 *plain = NULL, *cipher = NULL; in test_cipher_perf() local
/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()