OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_init
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/libtommath/
bn_mp_init.c
19
int
mp_init
(mp_int * a)
function
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
444
#define
mp_init
(a) ltc_mp.init(a)
macro
/external/wpa_supplicant/
libtommath.c
322
static int
mp_init
(mp_int * a)
function
492
if ((res =
mp_init
(&t)) != MP_OKAY) {
512
if ((res =
mp_init
(&t)) != MP_OKAY) {
554
if ((err =
mp_init
(&tmpG)) != MP_OKAY) {
563
if ((err =
mp_init
(&tmpX)) != MP_OKAY) {
977
if ((res =
mp_init
(&t)) != MP_OKAY) {
1041
if ((res =
mp_init
(a)) != MP_OKAY) {
1389
if (
mp_init
(cur_arg) != MP_OKAY) {
[
all
...]
/external/dropbear/libtommath/mtest/
mpi.c
227
/* {{{
mp_init
(mp) */
230
mp_init
(mp)
236
mp_err
mp_init
(mp_int *mp)
function
240
} /* end
mp_init
() */
254
if((res =
mp_init
(&mp[pos])) != MP_OKAY)
765
if((res =
mp_init
(&s)) != MP_OKAY)
1274
if((res =
mp_init
(&s)) != MP_OKAY)
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c
362
static int
mp_init
(mp_int * a)
function
532
if ((res =
mp_init
(&t)) != MP_OKAY) {
552
if ((res =
mp_init
(&t)) != MP_OKAY) {
597
if ((err =
mp_init
(&tmpG)) != MP_OKAY) {
606
if ((err =
mp_init
(&tmpX)) != MP_OKAY) {
1025
if ((res =
mp_init
(&t)) != MP_OKAY) {
1089
if ((res =
mp_init
(a)) != MP_OKAY) {
1442
if (
mp_init
(cur_arg) != MP_OKAY) {
[
all
...]
/external/wpa_supplicant_8/src/tls/
libtommath.c
362
static int
mp_init
(mp_int * a)
function
532
if ((res =
mp_init
(&t)) != MP_OKAY) {
552
if ((res =
mp_init
(&t)) != MP_OKAY) {
597
if ((err =
mp_init
(&tmpG)) != MP_OKAY) {
606
if ((err =
mp_init
(&tmpX)) != MP_OKAY) {
1025
if ((res =
mp_init
(&t)) != MP_OKAY) {
1089
if ((res =
mp_init
(a)) != MP_OKAY) {
1442
if (
mp_init
(cur_arg) != MP_OKAY) {
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
1008
if ((res =
mp_init
(&t)) != MP_OKAY) {
3393
int
mp_init
(mp_int * a)
function
[
all
...]
Completed in 70 milliseconds