Searched refs:bn_add_words (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libcrypto/bn/arch/amd64/
H A Dbn_arch.c37 bn_add_words(BN_ULONG *rd, const BN_ULONG *ad, const BN_ULONG *bd, int n) function
/openbsd-current/lib/libcrypto/bn/
H A Dbn_add.c70 * bn_add_words() computes (carry:r[i]) = a[i] + b[i] + carry, where a and b
75 bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
121 carry = bn_add_words(r, a, b, min_len);
127 /* XXX - consider doing four at a time to match bn_add_words(). */
136 /* XXX - consider doing four at a time to match bn_add_words(). */
H A Dbn_sqr.c238 bn_add_words(r, r, r, r_len);
H A Dbn_div.c394 if (bn_add_words(wnum.d, wnum.d, sdiv->d, div_n)) {
H A Dbn_local.h266 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
/openbsd-current/lib/libcrypto/bn/asm/
H A Dbn-586.pl18 &bn_add_words("bn_add_words");
425 sub bn_add_words subroutine
H A Dmips.pl517 .globl bn_add_words
518 .ent bn_add_words
519 bn_add_words: label
525 .end bn_add_words
H A Dppc.pl205 # bn_add_words
249 .globl .bn_add_words
1551 # "bn_add_words" i.e. remove the first dot
1557 .bn_add_words:
1559 # Handcoded version of bn_add_words
1561 #BN_ULONG bn_add_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)

Completed in 167 milliseconds