Searched refs:bn_cmp_words (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | README.pod | 7 bn_sqr_comba4, bn_sqr_comba8, bn_cmp_words, bn_mul_normal, 33 int bn_cmp_words(BN_ULONG *a, BN_ULONG *b, int n); 153 bn_cmp_words(B<a>, B<b>, B<n>) operates on the B<n> word arrays B<a>
|
| D | bn_sqr.c | 182 c1 = bn_cmp_words(a, &(a[n]), n); in bn_sqr_recursive()
|
| D | bn_lib.c | 750 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) in bn_cmp_words() function 797 return bn_cmp_words(a, b, cl); in bn_cmp_part_words()
|
| D | bn_local.h | 658 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 7188 bn_add_part_words(), which do the same thing as bn_cmp_words(), 9379 bn_add_part_words(), which do the same thing as bn_cmp_words(),
|
| /freebsd-12-stable/ |
| D | ObsoleteFiles.inc | 3113 OLD_FILES+=usr/share/openssl/man/man3/bn_cmp_words.3.gz
|