Searched refs:rr (Results 1 - 17 of 17) sorted by relevance

/u-boot/arch/nios2/lib/
H A Dlibgcc.c151 DWunion rr; local
188 rr.s.low = n0;
189 rr.s.high = 0;
190 *rp = rr.ll;
263 rr.s.low = n0 >> bm;
264 rr.s.high = 0;
265 *rp = rr.ll;
282 rr.s.low = n0;
283 rr.s.high = n1;
284 *rp = rr
[all...]
/u-boot/lib/libavb/
H A Davb_rsa.c21 uint32_t* rr; /* R^2 as array (host-byte order) */ member in struct:IAvbKey
30 const uint8_t* rr; local
51 rr = data + sizeof(AvbRSAPublicKeyHeader) + h.key_num_bits / 8;
53 /* Store n and rr following the key header so we only have to do one
64 key->rr = key->n + key->len;
72 key->rr[i] = avb_be32toh(((uint32_t*)rr)[key->len - i - 1]);
172 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
/u-boot/include/u-boot/
H A Drsa-mod-exp.h23 const void *rr; /* R^2 can be treated as byte array */ member in struct:key_prop
H A Drsa.h28 uint32_t *rr; /* R^2 as little endian array */ member in struct:rsa_public_key
/u-boot/lib/rsa/
H A Drsa-keyprop.c634 free((void *)prop->rr);
655 uint32_t *n = NULL, *rr = NULL, *rrtmp = NULL; local
681 rr = calloc(sizeof(uint32_t), 1 + (((*prop)->num_bits * 2) >> 5));
683 if (!n || !rr || !rrtmp) {
705 rr[0] = 0;
706 *(uint8_t *)&rr[0] = (1 << (rlen % 8));
708 rr[i] = 0;
709 br_i32_decode(rrtmp, rr, ((rlen + 7) >> 3) + 1);
710 br_i32_reduce(rr, rrtmp, n);
713 (*prop)->rr
[all...]
H A Drsa-mod-exp.c218 montgomery_mul(key, acc, val, key->rr); /* acc = a * RR / R mod n */
275 if (!key.len || !prop->modulus || !prop->rr) {
290 key.rr = key2;
292 rsa_convert_big_endian(key.rr, (uint32_t *)prop->rr, key.len);
293 if (!key.modulus || !key.rr) {
344 montgomery_mul(key, acc, val, key->rr); /* axx = a * RR / R mod M */
H A Drsa-verify.c470 prop.rr = fdt_getprop(blob, node, "rsa,r-squared", NULL);
472 if (!prop.num_bits || !prop.modulus || !prop.rr) {
/u-boot/fs/btrfs/
H A Dsubvolume.c95 struct btrfs_root_ref *rr; local
118 rr = btrfs_item_ptr(path.nodes[0], path.slots[0],
121 name_len = btrfs_root_ref_name_len(path.nodes[0], rr);
126 ino = btrfs_root_ref_dirid(path.nodes[0], rr);
128 (unsigned long)(rr + 1), name_len);
/u-boot/drivers/misc/imx8/
H A Dscu.c25 u32 rr[4]; member in struct:mu_type
86 *msg = readl(&base->rr[reg_index]);
/u-boot/board/xilinx/zynq/
H A Dcmds.c53 u32 *rr; /* R^2 as little endian array */ member in struct:zynq_rsa_public_key
228 public_key.rr = (u32 *)ppkmodularex;
245 public_key.rr = (u32 *)spk_modular_ex;
/u-boot/arch/arm/include/asm/arch-imx8ulp/
H A Dimx-regs.h91 u32 rr[16]; member in struct:mu_type
/u-boot/arch/arm/include/asm/arch-imx9/
H A Dimx-regs.h78 u32 rr[16]; member in struct:mu_type
/u-boot/drivers/misc/imx_ele/
H A Dele_mu.c89 *msg = readl(&mu_base->rr[reg_index]);
91 debug("rr[%d] 0x%x\n", reg_index, *msg);
/u-boot/arch/arm/mach-imx/imx8ulp/upower/
H A Dupower_api.c224 msg[i] = readl(&mu->rr[i]);
/u-boot/drivers/video/tidss/
H A Dtidss_drv.c577 int r = rate / 100, rr = real_rate / 100; local
579 return (unsigned int)(abs(((rr - r) * 100) / r));
/u-boot/drivers/net/bnxt/
H A Dbnxt_hsi.h695 __le16 rr; member in struct:hwrm_ring_grp_alloc_input
H A Dbnxt.c1065 req->rr = bp->rx_ring_id;

Completed in 192 milliseconds