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

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_sm2p256.c 48 ALIGN32 static const BN_ULONG def_yG[P256_LIMBS] = {
442 && is_equal(bn_get_words(generator->Y), def_yG)
ecp_nistz256.c 781 static const BN_ULONG def_yG[P256_LIMBS] = {
792 return (bn_get_top(generator->X) == P256_LIMBS) && (bn_get_top(generator->Y) == P256_LIMBS) && is_equal(bn_get_words(generator->X), def_xG) && is_equal(bn_get_words(generator->Y), def_yG) && is_one(generator->Z);
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistz256.c 795 static const BN_ULONG def_yG[P256_LIMBS] = {
809 is_equal(bn_get_words(generator->Y), def_yG) &&
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistz256.c 790 static const BN_ULONG def_yG[P256_LIMBS] = {
804 is_equal(bn_get_words(generator->Y), def_yG) &&

Completed in 17 milliseconds