Searched refs:bn_cmp_words (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_sqr.c239 c1=bn_cmp_words(a,&(a[n]),n);
H A Dbn_lib.c798 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) function
815 /* Here follows a specialised variants of bn_cmp_words(). It has the
844 return bn_cmp_words(a,b,cl);
H A Dbn_lcl.h467 int bn_cmp_words(const BN_ULONG *a,const BN_ULONG *b,int n);
H A Dbn_mul.c770 c1=bn_cmp_words(&(a[0]),&(a[n]),n);
771 c2=bn_cmp_words(&(b[n]),&(b[0]),n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_sqr.c233 c1 = bn_cmp_words(a, &(a[n]), n);
H A Dbn_lib.c810 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) function
829 * Here follows a specialised variants of bn_cmp_words(). It has the
854 return bn_cmp_words(a, b, cl);
H A Dbn_lcl.h514 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
H A Dbn_mul.c783 c1 = bn_cmp_words(&(a[0]), &(a[n]), n);
784 c2 = bn_cmp_words(&(b[n]), &(b[0]), n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_sqr.c233 c1 = bn_cmp_words(a, &(a[n]), n);
H A Dbn_lib.c810 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) function
829 * Here follows a specialised variants of bn_cmp_words(). It has the
854 return bn_cmp_words(a, b, cl);
H A Dbn_lcl.h514 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
H A Dbn_mul.c783 c1 = bn_cmp_words(&(a[0]), &(a[n]), n);
784 c2 = bn_cmp_words(&(b[n]), &(b[0]), n);

Completed in 44 milliseconds