HomeSort by relevance Sort by last modified time
    Searched refs:BN_R_NOT_A_SQUARE (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
sqrt.c 375 OPENSSL_PUT_ERROR(BN, BN_R_NOT_A_SQUARE);
411 OPENSSL_PUT_ERROR(BN, BN_R_NOT_A_SQUARE);
490 OPENSSL_PUT_ERROR(BN, BN_R_NOT_A_SQUARE);
bn_test.cc 763 EXPECT_EQ(BN_R_NOT_A_SQUARE, ERR_GET_REASON(err));
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
oct.c 340 ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) {
  /external/boringssl/src/include/openssl/
bn.h 579 // not a square mod |p|. In the latter case, it will add |BN_R_NOT_A_SQUARE| to
    [all...]

Completed in 64 milliseconds