Searched defs:bn_reverse (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_reverse.c20 bn_reverse (unsigned char *s, int len) function
37 /* $Source: /cvs/libtom/libtommath/bn_reverse.c,v $ */
/external/wpa_supplicant/
H A Dlibtommath.c149 static void bn_reverse (unsigned char *s, int len) function
954 bn_reverse (b, x);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c189 static void bn_reverse (unsigned char *s, int len) function
1002 bn_reverse (b, x);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c7773 bn_reverse (b, x);
8400 bn_reverse ((unsigned char *)_s, digs);
8492 bn_reverse ((unsigned char *)_s, digs);
8701 /* Start: bn_reverse.c */
8721 bn_reverse (unsigned char *s, int len) function
8738 /* $Source: /cvs/libtom/libtommath/bn_reverse.c,v $ */
8742 /* End: bn_reverse.c */

Completed in 66 milliseconds