ESP-IDF
debug_print_bignum()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
debug_print_bignum()
debug_print_bignum() function
Syntax
Show:
Summary
Declaration
from
sae.c:561
static
void
debug_print_bignum
(
const
char
*
title
,
const
struct
crypto_bignum
*
a
,
size_t
prime_len
)
;
Arguments
Argument
title
a
prime_len
Examples
References
from
examples
Code
Location
Referrer
static
void
debug_print_bignum
(
const
char
*
title
,
const
struct
crypto_bignum
*
a
,
sae.c:561
debug_print_bignum
(
"SSWU: m"
,
t1
,
prime_len
)
;
sae.c:636
sswu()
debug_print_bignum
(
"SSWU: t"
,
t
,
prime_len
)
;
sae.c:647
sswu()
debug_print_bignum
(
"SSWU: x1a = b / (z * a)"
,
x1a
,
prime_len
)
;
sae.c:654
sswu()
debug_print_bignum
(
"SSWU: x1b = (-b/a) * (1 + t)"
,
x1b
,
prime_len
)
;
sae.c:663
sswu()
debug_print_bignum
(
"SSWU: x1 = CSEL(l, x1a, x1b)"
,
x1
,
prime_len
)
;
sae.c:673
sswu()
debug_print_bignum
(
"SSWU: gx1 = x1^3 + a * x1 + b"
,
gx1
,
prime_len
)
;
sae.c:681
sswu()
debug_print_bignum
(
"SSWU: x2 = z * u^2 * x1"
,
x2
,
prime_len
)
;
sae.c:687
sswu()
debug_print_bignum
(
"SSWU: gx2 = x2^3 + a * x2 + b"
,
gx2
,
prime_len
)
;
sae.c:695
sswu()
debug_print_bignum
(
"SSWU: gx1^((p-1)/2) modulo p"
,
t1
,
prime_len
)
;
sae.c:703
sswu()
debug_print_bignum
(
"SSWU: v = CSEL(l, gx1, gx2)"
,
v
,
prime_len
)
;
sae.c:715
sswu()
debug_print_bignum
(
"SSWU: y = sqrt(v)"
,
y
,
prime_len
)
;
sae.c:728
sswu()
debug_print_bignum
(
"SSWU: p - y"
,
t1
,
prime_len
)
;
sae.c:740
sswu()
debug_print_bignum
(
"SAE: PT"
,
pt
,
prime_len
)
;
sae.c:982
sae_derive_pt_ffc()
debug_print_bignum
(
"SAE: val(reduced to 1..q-1)"
,
val
,
prime_len
)
;
sae.c:1136
sae_derive_pwe_from_pt_ecc()
debug_print_bignum
(
"SAE: val(reduced to 1..q-1)"
,
val
,
prime_len
)
;
sae.c:1197
sae_derive_pwe_from_pt_ffc()
debug_print_bignum
(
"SAE: PWE"
,
pwe
,
prime_len
)
;
sae.c:1206
sae_derive_pwe_from_pt_ffc()
Call Tree
from
examples
debug_print_bignum()
is called by 4 functions and calls 3 functions:
sswu()
sae_derive_pt_ffc()
sae_derive_pwe_from_pt_ecc()
sae_derive_pwe_from_pt_ffc()
All items filtered out
debug_print_bignum()
malloc()
bin_clear_free()
crypto_bignum_to_bin()
All items filtered out
Data Use
from
examples
debug_print_bignum()
:
All items filtered out
debug_print_bignum()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out