Home | History | Annotate | Download | only in keymaster

Lines Matching full:exponent

227         ALOGE("public exponent size wasn't what was expected");
492 ALOGW("Could not convert private exponent");
574 ALOGW("Could not convert exponent 1");
582 ALOGW("Could not convert exponent 2");
645 ByteArray exponent(new CK_BYTE[attributes[1].ulValueLen], attributes[1].ulValueLen);
648 attributes[1].pValue = exponent.get();
657 ALOGV("modulus is %d (ret=%d), exponent is %d (ret=%d)",
659 exponent.length(), attributes[1].ulValueLen);
667 exponent.setLength(attributes[1].ulValueLen);
682 rsa->e = BN_bin2bn(reinterpret_cast<const unsigned char*>(exponent.get()), exponent.length(),