Searched refs:fdt_add_bignum (Results 1 - 4 of 4) sorted by last modified time

/u-boot/lib/rsa/
H A Drsa-sign.c697 ret = fdt_add_bignum(keydest, node, "rsa,modulus", modulus,
701 ret = fdt_add_bignum(keydest, node, "rsa,r-squared", r_squared,
/u-boot/lib/ecdsa/
H A Decdsa-libcrypto.c310 ret = fdt_add_bignum(fdt, key_node, "ecdsa,x-point", x, key_bits);
314 ret = fdt_add_bignum(fdt, key_node, "ecdsa,y-point", y, key_bits);
/u-boot/include/u-boot/
H A Dfdt-libcrypto.h13 * fdt_add_bignum() - Write a libcrypto BIGNUM as an FDT property
24 int fdt_add_bignum(void *blob, int noffset, const char *prop_name,
/u-boot/lib/
H A Dfdt-libcrypto.c10 int fdt_add_bignum(void *blob, int noffset, const char *prop_name, function

Completed in 61 milliseconds