HomeSort by: relevance | last modified time | path
    Searched defs:BN_uadd (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_add.c 23 ret = BN_uadd(r, a, b);
54 ret = BN_uadd(r, a, b);
76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_add.c 23 ret = BN_uadd(r, a, b);
54 ret = BN_uadd(r, a, b);
76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_add.c 23 ret = BN_uadd(r, a, b);
54 ret = BN_uadd(r, a, b);
76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
bn.h 66 #define BN_uadd hc_BN_uadd
128 int BN_uadd(BIGNUM *, const BIGNUM *, const BIGNUM *);
bn.c 371 BN_uadd(BIGNUM *res, const BIGNUM *a, const BIGNUM *b)
undef.h 67 #undef BN_uadd

Completed in 27 milliseconds