OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_sqr
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_sqrmod.c
31
if ((res =
mp_sqr
(a, &t)) != MP_OKAY) {
bn_mp_expt_d.c
35
if ((res =
mp_sqr
(c, c)) != MP_OKAY) {
bn_mp_sqr.c
22
mp_sqr
(mp_int * a, mp_int * b)
function
bn_mp_karatsuba_sqr.c
80
if (
mp_sqr
(&x0, &x0x0) != MP_OKAY)
82
if (
mp_sqr
(&x1, &x1x1) != MP_OKAY)
88
if (
mp_sqr
(&t1, &t1) != MP_OKAY)
bn_s_mp_exptmod.c
111
if ((err =
mp_sqr
(&M[1 << (winsize - 1)],
175
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
192
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
219
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
bn_mp_toom_sqr.c
52
if ((res =
mp_sqr
(&a0, &w0)) != MP_OKAY) {
57
if ((res =
mp_sqr
(&a2, &w4)) != MP_OKAY) {
75
if ((res =
mp_sqr
(&tmp1, &w1)) != MP_OKAY) {
93
if ((res =
mp_sqr
(&tmp1, &w3)) != MP_OKAY) {
105
if ((res =
mp_sqr
(&tmp1, &w2)) != MP_OKAY) {
bn_mp_exptmod_fast.c
177
if ((err =
mp_sqr
(&M[1 << (winsize - 1)], &M[1 << (winsize - 1)])) != MP_OKAY) {
230
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
247
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
274
if ((err =
mp_sqr
(&res, &res)) != MP_OKAY) {
bn_mp_is_square.c
99
if ((res =
mp_sqr
(&t,&t)) != MP_OKAY) {
tommath.h
326
int
mp_sqr
(mp_int *a, mp_int *b);
/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
...]
/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
...]
Completed in 24 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026