Home
last modified time | relevance | path

Searched refs:public_exponent_BN (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/u-boot/
H A Drsa-mod-exp.h26 const void *public_exponent_BN; /* public exponent as byte array */ member
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-verify.c118 rsa_convert_big_endian(rsa_key.e, (uint32_t *)prop->public_exponent_BN, in rsa_mod_exp_hw()
484 prop->public_exponent_BN = fdt_getprop(blob, node, "rsa,exponent-BN", NULL); in rsa_get_key_prop()
657 if (!prop.hash || !prop.modulus || !prop.public_exponent_BN) in rsa_burn_key_hash()
680 rsa_convert_big_endian(e, (uint32_t *)prop.public_exponent_BN, in rsa_burn_key_hash()