Searched defs:pw (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/ |
A D | tpm-v2.c | 47 u32 tpm2_clear(struct udevice *dev, u32 handle, const char *pw, in tpm2_clear() 197 u32 tpm2_dam_reset(struct udevice *dev, const char *pw, const ssize_t pw_sz) in tpm2_dam_reset() 232 u32 tpm2_dam_parameters(struct udevice *dev, const char *pw, in tpm2_dam_parameters() 326 u32 tpm2_pcr_setauthpolicy(struct udevice *dev, const char *pw, in tpm2_pcr_setauthpolicy() 381 u32 tpm2_pcr_setauthvalue(struct udevice *dev, const char *pw, in tpm2_pcr_setauthvalue()
|
/u-boot/cmd/ |
A D | tpm-v2.c | 70 const char *pw = (argc < 3) ? NULL : argv[2]; in do_tpm2_clear() local 211 const char *pw = (argc < 2) ? NULL : argv[1]; in do_tpm_dam_reset() local 232 const char *pw = (argc < 5) ? NULL : argv[4]; in do_tpm_dam_parameters() local 314 const char *pw = (argc < 4) ? NULL : argv[3]; in do_tpm_pcr_setauthpolicy() local 339 const char *pw = (argc < 4) ? NULL : argv[3]; in do_tpm_pcr_setauthvalue() local
|
/u-boot/drivers/tpm/ |
A D | tpm2_tis_sandbox.c | 54 char pw[TPM2_HIERARCHY_NB][TPM2_DIGEST_LEN + 1]; member 76 const char *pw; in sandbox_tpm2_check_session() local
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 2517 unsigned char *pixels, int pw, int ph, // bitmap to be filled in in stbtt_BakeFontBitmap() 2560 STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int char_index, float … in stbtt_GetBakedQuad() 2623 static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_node *nodes, int num_nodes) in stbrp_init_target() 2663 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() 3010 STBTT_DEF void stbtt_GetPackedQuad(stbtt_packedchar *chardata, int pw, int ph, int char_index, floa… in stbtt_GetPackedQuad()
|
/u-boot/arch/powerpc/include/asm/ |
A D | immap_85xx.h | 1487 struct rio_pw pw; member
|
Completed in 35 milliseconds