Searched refs:bn_cmp_part_words (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mul.c430 c1=bn_cmp_part_words(a,&(a[n]),tna,n-tna);
431 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n);
566 c1=bn_cmp_part_words(a,&(a[n]),tna,n-tna);
567 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n);
H A Dbn_lcl.h468 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b,
H A Dbn_lib.c822 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mul.c463 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
464 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
594 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
595 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
H A Dbn_lcl.h515 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
H A Dbn_lib.c837 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mul.c463 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
464 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
594 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
595 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
H A Dbn_lcl.h515 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
H A Dbn_lib.c837 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) function

Completed in 112 milliseconds