Home
last modified time | relevance | path

Searched defs:BN_uadd (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_add.c76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_uadd() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_add.c76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_uadd() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.h66 #define BN_uadd hc_BN_uadd macro
H A Dbn.c371 BN_uadd(BIGNUM *res, const BIGNUM *a, const BIGNUM *b) in BN_uadd() function