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

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_add.c 28 ret = BN_usub(r, a, b);
31 ret = BN_usub(r, b, a);
59 ret = BN_usub(r, a, b);
62 ret = BN_usub(r, b, a);
125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_add.c 28 ret = BN_usub(r, a, b);
31 ret = BN_usub(r, b, a);
59 ret = BN_usub(r, a, b);
62 ret = BN_usub(r, b, a);
125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_add.c 28 ret = BN_usub(r, a, b);
31 ret = BN_usub(r, b, a);
59 ret = BN_usub(r, a, b);
62 ret = BN_usub(r, b, a);
125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)

Completed in 24 milliseconds