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

  /system/keymaster/
key.cpp 75 Key* Key::ImportKey(const AuthorizationSet& key_description, keymaster_key_format_t key_format,
106 return RsaKey::ImportKey(key_description, pkey.get(), logger, error);
108 return DsaKey::ImportKey(key_description, pkey.get(), logger, error);
110 return EcdsaKey::ImportKey(key_description, pkey.get(), logger, error);
asymmetric_key.h 64 static RsaKey* ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
90 static DsaKey* ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
118 static EcdsaKey* ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
key.h 34 static Key* ImportKey(const AuthorizationSet& key_description,
asymmetric_key.cpp 160 RsaKey* RsaKey::ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
366 DsaKey* DsaKey::ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
499 EcdsaKey* EcdsaKey::ImportKey(const AuthorizationSet& key_description, EVP_PKEY* pkey,
google_keymaster.cpp 286 void GoogleKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) {
290 UniquePtr<Key> key(Key::ImportKey(request.key_description, request.key_format, request.key_data,
google_keymaster_test.cpp     [all...]
  /external/chromium_org/content/child/webcrypto/
shared_crypto_unittest.cc 109 Status status = ImportKey(blink::WebCryptoKeyFormatRaw,
460 ImportKey(blink::WebCryptoKeyFormatRaw,
485 ImportKey(blink::WebCryptoKeyFormatSpki,
499 ImportKey(blink::WebCryptoKeyFormatPkcs8,
578 return ImportKey(blink::WebCryptoKeyFormatJwk,
    [all...]
shared_crypto.h 110 CONTENT_EXPORT Status ImportKey(blink::WebCryptoKeyFormat format,
shared_crypto.cc 32 // * ImportKey() // TODO(eroman): Change this.
392 // NOTE that returning the details of ImportKey() failures may leak
394 // key_ops). As long as the ImportKey error messages don't describe actual
397 return ImportKey(
720 Status ImportKey(blink::WebCryptoKeyFormat format,
    [all...]
jwk.cc     [all...]
webcrypto_impl.cc 457 state->status = webcrypto::ImportKey(state->format,
649 void WebCryptoImpl::importKey(blink::WebCryptoKeyFormat format,
  /system/keymaster/include/keymaster/
google_keymaster.h 73 void ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certadm.h 204 virtual HRESULT WINAPI ImportKey(const BSTR strConfig,LONG RequestId,const BSTR strCertHash,LONG Flags,const BSTR strKey) = 0;
236 HRESULT (WINAPI *ImportKey)(ICertAdmin2 *This,const BSTR strConfig,LONG RequestId,const BSTR strCertHash,LONG Flags,const BSTR strKey);
270 #define ICertAdmin2_ImportKey(This,strConfig,RequestId,strCertHash,Flags,strKey) (This)->lpVtbl->ImportKey(This,strConfig,RequestId,strCertHash,Flags,strKey)

Completed in 949 milliseconds