OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_init
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/tls/
bignum.c
35
if (
mp_init
((mp_int *) n) != MP_OKAY) {
libtommath.c
375
static int
mp_init
(mp_int * a)
function
545
if ((res =
mp_init
(&t)) != MP_OKAY) {
565
if ((res =
mp_init
(&t)) != MP_OKAY) {
610
if ((err =
mp_init
(&tmpG)) != MP_OKAY) {
619
if ((err =
mp_init
(&tmpX)) != MP_OKAY) {
1041
if ((res =
mp_init
(&t)) != MP_OKAY) {
1105
if ((res =
mp_init
(a)) != MP_OKAY) {
1458
if (
mp_init
(cur_arg) != MP_OKAY) {
[
all
...]
Completed in 28 milliseconds