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

  /external/openssl/crypto/ec/
ecp_oct.c 167 int kron; local
169 kron = BN_kronecker(x, &group->field, ctx);
170 if (kron == -2) goto err;
172 if (kron == 1)
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
oct.c 436 int kron; local
438 kron = BN_kronecker(x, &group->field, ctx);
439 if (kron == -2) {
443 if (kron == 1) {

Completed in 52 milliseconds