Searched refs:pw (Results 1 – 6 of 6) sorted by relevance
/u-boot/cmd/ |
A D | tpm-v2.c | 70 const char *pw = (argc < 3) ? NULL : argv[2]; in do_tpm2_clear() local 71 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm2_clear() 211 const char *pw = (argc < 2) ? NULL : argv[1]; in do_tpm_dam_reset() local 212 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm_dam_reset() 226 return report_return_code(tpm2_dam_reset(dev, pw, pw_sz)); in do_tpm_dam_reset() 232 const char *pw = (argc < 5) ? NULL : argv[4]; in do_tpm_dam_parameters() local 233 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm_dam_parameters() 314 const char *pw = (argc < 4) ? NULL : argv[3]; in do_tpm_pcr_setauthpolicy() local 315 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm_pcr_setauthpolicy() 339 const char *pw = (argc < 4) ? NULL : argv[3]; in do_tpm_pcr_setauthvalue() local [all …]
|
/u-boot/lib/ |
A D | tpm-v2.c | 47 u32 tpm2_clear(struct udevice *dev, u32 handle, const char *pw, in tpm2_clear() argument 75 offset, pw, pw_sz); in tpm2_clear() 197 u32 tpm2_dam_reset(struct udevice *dev, const char *pw, const ssize_t pw_sz) in tpm2_dam_reset() argument 224 offset, pw, pw_sz); in tpm2_dam_reset() 232 u32 tpm2_dam_parameters(struct udevice *dev, const char *pw, in tpm2_dam_parameters() argument 270 offset, pw, pw_sz, in tpm2_dam_parameters() 326 u32 tpm2_pcr_setauthpolicy(struct udevice *dev, const char *pw, in tpm2_pcr_setauthpolicy() argument 368 offset, pw, pw_sz, in tpm2_pcr_setauthpolicy() 381 u32 tpm2_pcr_setauthvalue(struct udevice *dev, const char *pw, in tpm2_pcr_setauthvalue() argument 417 offset, pw, pw_sz, in tpm2_pcr_setauthvalue()
|
/u-boot/include/ |
A D | tpm-v2.h | 388 u32 tpm2_clear(struct udevice *dev, u32 handle, const char *pw, 443 u32 tpm2_dam_reset(struct udevice *dev, const char *pw, const ssize_t pw_sz); 457 u32 tpm2_dam_parameters(struct udevice *dev, const char *pw, 489 u32 tpm2_pcr_setauthpolicy(struct udevice *dev, const char *pw, 504 u32 tpm2_pcr_setauthvalue(struct udevice *dev, const char *pw,
|
/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 176 pw = (const char *)*auth; in sandbox_tpm2_check_session() 181 strncmp(pw, tpm->pw[*hierarchy], tpm->pw_sz[*hierarchy])) { in sandbox_tpm2_check_session() 372 memcpy(tpm->pw[hierarchy], sent, new_pw_sz); in sandbox_tpm2_xfer()
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 2526 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels in stbtt_BakeFontBitmap() 2539 if (x + gw + 1 >= pw) in stbtt_BakeFontBitmap() 2543 STBTT_assert(x+gw < pw); in stbtt_BakeFontBitmap() 2545 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g); in stbtt_BakeFontBitmap() 2563 float ipw = 1.0f / pw, iph = 1.0f / ph; in stbtt_GetBakedQuad() 2625 con->width = pw; in stbrp_init_target() 2666 int num_nodes = pw - padding; in stbtt_PackBegin() 2676 spc->width = pw; in stbtt_PackBegin() 2682 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; in stbtt_PackBegin() 2689 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels in stbtt_PackBegin() [all …]
|
/u-boot/arch/powerpc/include/asm/ |
A D | immap_85xx.h | 1487 struct rio_pw pw; member
|
Completed in 523 milliseconds