Home
last modified time | relevance | path

Searched refs:bn_add_words (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libcrypto/bn/
H A Dbn_add.c75 bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) in bn_add_words() function
121 carry = bn_add_words(r, a, b, min_len); in bn_add()
H A Dbn_local.h266 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
H A Dbn_sqr.c238 bn_add_words(r, r, r, r_len); in bn_sqr_normal()
H A Dbn_div.c394 if (bn_add_words(wnum.d, wnum.d, sdiv->d, div_n)) { in BN_div_internal()
/openbsd/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) in bn_add_words() function
/openbsd/lib/libcrypto/bn/asm/
H A Dbn-586.pl18 &bn_add_words("bn_add_words");
425 sub bn_add_words subroutine