HomeSort by relevance Sort by last modified time
    Searched refs:ImportKey (Results 1 - 18 of 18) 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/test/
aes_kw_unittest.cc 97 ImportKey(blink::WebCryptoKeyFormatRaw,
111 ImportKey(blink::WebCryptoKeyFormatRaw,
122 ImportKey(blink::WebCryptoKeyFormatRaw,
134 ImportKey(blink::WebCryptoKeyFormatRaw,
144 ImportKey(blink::WebCryptoKeyFormatRaw,
154 ImportKey(blink::WebCryptoKeyFormatRaw,
165 ImportKey(blink::WebCryptoKeyFormatRaw,
488 ImportKey(blink::WebCryptoKeyFormatRaw,
515 ImportKey(blink::WebCryptoKeyFormatRaw,
565 ImportKey(blink::WebCryptoKeyFormatRaw
    [all...]
hmac_unittest.cc 269 ImportKey(blink::WebCryptoKeyFormatJwk,
296 ImportKey(blink::WebCryptoKeyFormatJwk,
309 ImportKey(blink::WebCryptoKeyFormatJwk,
316 ImportKey(blink::WebCryptoKeyFormatJwk,
347 ImportKey(blink::WebCryptoKeyFormatJwk,
358 ImportKey(blink::WebCryptoKeyFormatJwk,
380 ImportKey(blink::WebCryptoKeyFormatJwk,
392 ImportKey(blink::WebCryptoKeyFormatJwk,
508 ImportKey(blink::WebCryptoKeyFormatJwk,
533 ImportKey(blink::WebCryptoKeyFormatRaw
    [all...]
rsa_ssa_unittest.cc 43 ImportKey(blink::WebCryptoKeyFormatSpki,
64 ImportKey(blink::WebCryptoKeyFormatSpki,
74 ImportKey(blink::WebCryptoKeyFormatSpki,
83 ImportKey(blink::WebCryptoKeyFormatSpki,
104 ImportKey(blink::WebCryptoKeyFormatSpki,
132 ImportKey(blink::WebCryptoKeyFormatPkcs8,
159 ImportKey(blink::WebCryptoKeyFormatPkcs8,
171 ImportKey(blink::WebCryptoKeyFormatPkcs8,
183 ImportKey(blink::WebCryptoKeyFormatPkcs8,
231 ImportKey(blink::WebCryptoKeyFormatPkcs8
    [all...]
test_helpers.cc 78 Status status = ImportKey(blink::WebCryptoKeyFormatRaw,
331 ImportKey(blink::WebCryptoKeyFormatRaw,
356 ImportKey(blink::WebCryptoKeyFormatSpki,
370 ImportKey(blink::WebCryptoKeyFormatPkcs8,
389 return ImportKey(blink::WebCryptoKeyFormatJwk,
564 ImportKey(blink::WebCryptoKeyFormatJwk,
aes_cbc_unittest.cc 115 ImportKey(blink::WebCryptoKeyFormatRaw,
139 ImportKey(blink::WebCryptoKeyFormatSpki,
146 ImportKey(blink::WebCryptoKeyFormatPkcs8,
455 ImportKey(blink::WebCryptoKeyFormatJwk,
469 ImportKey(blink::WebCryptoKeyFormatJwk,
814 Status status = ImportKey(blink::WebCryptoKeyFormatRaw,
895 ImportKey(blink::WebCryptoKeyFormatRaw,
    [all...]
rsa_oaep_unittest.cc 52 ImportKey(blink::WebCryptoKeyFormatPkcs8,
358 ImportKey(blink::WebCryptoKeyFormatPkcs8,
604 ImportKey(blink::WebCryptoKeyFormatSpki,
624 ImportKey(blink::WebCryptoKeyFormatJwk,
  /external/chromium_org/content/child/webcrypto/
algorithm_dispatch.h 58 CONTENT_EXPORT Status ImportKey(blink::WebCryptoKeyFormat format,
structured_clone.cc 123 Status status = ImportKey(GetCloneFormatForKeyType(type),
algorithm_dispatch.cc 147 Status ImportKey(blink::WebCryptoKeyFormat format,
268 // NOTE that returning the details of ImportKey() failures may leak
270 // key_ops). As long as the ImportKey error messages don't describe actual
273 return ImportKey(
webcrypto_impl.cc 458 state->status = webcrypto::ImportKey(state->format,
644 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 164 milliseconds