Home
last modified time | relevance | path

Searched defs:S (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_v2_pka.h407 #define RK_PKA_SHR0(len_id, op_a, S, res, tag) \ argument
414 #define RK_PKA_SHR1(len_id, op_a, S, res, tag) \ argument
421 #define RK_PKA_SHL0(len_id, op_a, S, res, tag) \ argument
428 #define RK_PKA_SHL1(len_id, op_a, S, res, tag) \ argument
/rk3399_rockchip-uboot/lib/
H A Dsha1.c117 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in sha1_process_one() macro
/rk3399_rockchip-uboot/drivers/rkflash/
H A Drkflash_api.c21 u8 S[256], K[256], temp; in P_RC4() local
/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c91 uint8_t S[256], K[256], temp; in P_RC4() local
H A Dresource_tool.c83 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in sha1_process() macro
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler.h430 # define __section(S) __attribute__ ((__section__(#S))) argument
/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.h112 #define S 0 macro
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c17 #define FOREACH_STATE(S) \ argument
130 #define FOREACH_AMS(S) \ argument
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c870 #define frontlink(P, S, IDX, BK, FD) \ argument
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dsamsung_mipi_dcphy.c41 #define S(x) UPDATE(x, 10, 8) macro