Home
last modified time | relevance | path

Searched refs:aR (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/libavb/
H A Davb_rsa.c153 uint32_t* aR = (uint32_t*)avb_malloc(key->len * sizeof(uint32_t)); in modpowF4() local
155 if (a == NULL || aR == NULL || aaR == NULL) { in modpowF4()
171 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */ in modpowF4()
173 montMul(key, aaR, aR, aR); /* aaR = aR * aR / R mod M */ in modpowF4()
174 montMul(key, aR, aaR, aaR); /* aR = aaR * aaR / R mod M */ in modpowF4()
176 montMul(key, aaa, aR, a); /* aaa = aR * a / R mod M */ in modpowF4()
196 if (aR != NULL) { in modpowF4()
197 avb_free(aR); in modpowF4()
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/
H A Doptee-os-tadevkit_4.3.0.bb13 cp -aR $f ${D}${includedir}/optee/export-user_ta/
/openbmc/linux/tools/testing/selftests/
H A Dlib.mk93 cd $(SRC_PATH) && rsync -aR $$relative_files $(OBJ_PATH)/ \
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst1041 perf record -e probe:do_fork -aR sleep 1