OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_sqr
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_sqr.c
22
mp_sqr
(mp_int * a, mp_int * b)
function
/src/external/bsd/wpa/dist/src/tls/
libtommath.c
171
static int
mp_sqr
(mp_int * a, mp_int * b);
1961
if ((err =
mp_sqr
(&M[1 << (winsize - 1)],
2025
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
2042
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
2069
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
2103
static int
mp_sqr
(mp_int * a, mp_int * b)
function
2131
#error
mp_sqr
could fail
3095
if ((err =
mp_sqr
(&M[1 << (winsize - 1)], &M[1 << (winsize - 1)])) != MP_OKAY) {
3148
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
3165
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY)
[
all
...]
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c
102
static int
mp_sqr
(mp_int * a, mp_int * b);
2795
if ((res =
mp_sqr
(&a0, &w0)) != MP_OKAY) {
2800
if ((res =
mp_sqr
(&a2, &w4)) != MP_OKAY) {
2818
if ((res =
mp_sqr
(&tmp1, &w1)) != MP_OKAY) {
2836
if ((res =
mp_sqr
(&tmp1, &w3)) != MP_OKAY) {
2848
if ((res =
mp_sqr
(&tmp1, &w2)) != MP_OKAY) {
3032
if (
mp_sqr
(&x0, &x0x0) != MP_OKAY)
3034
if (
mp_sqr
(&x1, &x1x1) != MP_OKAY)
3040
if (
mp_sqr
(&t1, &t1) != MP_OKAY)
3246
mp_sqr
(mp_int * a, mp_int * b
function
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026