Home
last modified time | relevance | path

Searched refs:public_exponent (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py210 public_exponent = 65537
214 (tmpdir, public_exponent))
/openbmc/u-boot/include/u-boot/
H A Drsa-mod-exp.h23 const void *public_exponent; /* public exponent as byte array */ member
/openbmc/u-boot/lib/rsa/
H A Drsa-verify.c378 prop.public_exponent = fdt_getprop(blob, node, "rsa,exponent", &length); in rsa_verify_with_keynode()
379 if (!prop.public_exponent || length < sizeof(uint64_t)) in rsa_verify_with_keynode()
380 prop.public_exponent = NULL; in rsa_verify_with_keynode()
H A Drsa-mod-exp.c262 if (!prop->public_exponent) in rsa_mod_exp_sw()
266 fdt64_to_cpu(*((uint64_t *)(prop->public_exponent))); in rsa_mod_exp_sw()
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_rsa.c33 pkin.e = prop->public_exponent; in fsl_mod_exp()
/openbmc/u-boot/drivers/crypto/
H A Daspeed_acry.c67 ptr = (u8 *)prop->public_exponent; in aspeed_acry_mod_exp()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c801 prop.public_exponent = img->img_key + key_len; in calculate_cmp_img_sig()
/openbmc/u-boot/cmd/
H A Dotp.c2577 prop.public_exponent = rsa_e; in mode2_verify()
2583 prop.public_exponent = rsa_e; in mode2_verify()