Home
last modified time | relevance | path

Searched defs:P (Results 1 – 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dblowfish.h69 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
Decp_alt.h83 mbedtls_mpi P; /*!< The prime modulus of the base field. */ member
Drsa.h109 mbedtls_mpi P; /*!< The first prime factor. */ member
Ddhm.h105 mbedtls_mpi P; /*!< The prime modulus. */ member
Decp.h176 mbedtls_mpi P; /*!< The prime modulus of the base field. */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
Dhi_types.h137 #define hi_unref_param(P) P = P argument
139 #define hi_unref_param(P) argument
/device/soc/rockchip/rk3588/kernel/scripts/
Dresource_tool.c91 #define P(a,b,c,d,e,x) { \ in sha1_process() macro
375 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_types_base.h304 #define hi_unref_param(P) ((P) = (P)) argument
306 #define hi_unref_param(P) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_types_base.h301 #define hi_unref_param(P) ((P) = (P)) argument
303 #define hi_unref_param(P) argument
/device/soc/rockchip/common/sdk_linux/scripts/
Dresource_tool.c86 #define P(a, b, c, d, e, x) … in sha1_process() macro
362 #define P(a, b, c, d, e, f, g, h, x, K) … in sha256_process() macro
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
Dphy-rockchip-samsung-dcphy.c35 #define P(x) UPDATE(x, 5, 0) macro