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

  /external/python/oauth2client/oauth2client/
_pycrypto_crypt.py 72 pubkey = RSA.importKey(tbsSeq[6])
74 pubkey = RSA.importKey(key_pem)
118 pkey = RSA.importKey(parsed_pem_key)
  /cts/tests/tests/keystore/src/android/keystore/cts/
AESGCMCipherTestBase.java 181 Key key = importKey(getKatKey());
193 Key key = importKey(getKatKey());
BlockCipherTestBase.java 538 SecretKey key1 = importKey(katKeyBytes);
544 SecretKey key2 = importKey(katKeyBytes);
    [all...]
  /external/nos/host/android/hals/keymaster/include/
KeymasterDevice.h 70 Return<void> importKey(
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CertInstallerHelper.java 182 if (!mKeyStore.importKey(key, value, mUid, flags)) {
  /external/avb/tools/
at_auth_unlock.py 114 self._unlock_key = RSA.importKey(f.read())
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SecurityLoggingTest.java 281 importKey(IMPORTED_KEY_ALIAS);
514 private void importKey(String alias) throws Exception{
    [all...]
  /external/avb/test/
at_auth_unlock_unittest.py 145 key = RSA.importKey(f.read())
  /external/nos/host/android/hals/keymaster/test/
import_key_test.cpp 66 // ImportKey
376 ImportKey(ImportKeyRequestEq(hidl_vec<KeyParameter>{kp}, rsa.get()), _))
380 hal.importKey(
  /external/nos/host/android/hals/keymaster/
KeymasterDevice.cpp 519 Return<void> KeymasterDevice::importKey(
523 LOG(VERBOSE) << "Running KeymasterDevice::importKey";
531 LOG(ERROR) << "ImportKey request parsing failed with error "
538 KM_CALLV(ImportKey, request, response,
553 LOG(ERROR) << "KeymasterDevice::importKey: response tee_enforced :"
    [all...]

Completed in 1450 milliseconds