Home
last modified time | relevance | path

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

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