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

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_nist.c 361 static const BIGNUM ossl_bignum_nist_p_192_sqr = { local
370 if (BN_is_negative(a) || BN_ucmp(a, &ossl_bignum_nist_p_192_sqr) >= 0)
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_nist.c 363 static const BIGNUM ossl_bignum_nist_p_192_sqr = { local
372 if (BN_is_negative(a) || BN_ucmp(a, &ossl_bignum_nist_p_192_sqr) >= 0)

Completed in 32 milliseconds