Home
last modified time | relevance | path

Searched refs:output_key_blob (Results 1 – 17 of 17) sorted by relevance

/system/keymaster/legacy_support/
Dkeymaster_passthrough_engine.cpp93 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
249 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
251 assert(output_key_blob); in ImportKey()
263 *output_key_blob = KeymasterKeyBlob(blob); in ImportKey()
274 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
276 assert(output_key_blob); in ImportKey()
288 output_key_blob->key_material = dup_buffer(blob.key_material, blob.key_material_size); in ImportKey()
289 output_key_blob->key_material_size = blob.key_material_size; in ImportKey()
Dec_keymaster1_key.cpp93 KeymasterKeyBlob* output_key_blob, // in ImportKey() argument
100 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Drsa_keymaster1_key.cpp104 KeymasterKeyBlob* output_key_blob, // in ImportKey() argument
111 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Dkeymaster1_engine.cpp97 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
100 assert(output_key_blob); in ImportKey()
111 output_key_blob->key_material = dup_buffer(blob.key_material, blob.key_material_size); in ImportKey()
112 output_key_blob->key_material_size = blob.key_material_size; in ImportKey()
/system/keymaster/km_openssl/
Dsymmetric_key.cpp72 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
76 if (!output_key_blob || !hw_enforced || !sw_enforced) return KM_ERROR_OUTPUT_PARAMETER_NULL; in ImportKey()
99 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Dec_key_factory.cpp208 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
214 issuer_subject, output_key_blob, hw_enforced, sw_enforced, cert_chain); in ImportKey()
217 if (!output_key_blob || !hw_enforced || !sw_enforced) return KM_ERROR_OUTPUT_PARAMETER_NULL; in ImportKey()
226 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
290 KeymasterKeyBlob* output_key_blob, in ImportRawKey() argument
294 if (!output_key_blob || !hw_enforced || !sw_enforced) return KM_ERROR_OUTPUT_PARAMETER_NULL; in ImportRawKey()
346 output_key_blob, hw_enforced, sw_enforced); in ImportRawKey()
Drsa_key_factory.cpp127 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
131 if (!output_key_blob || !hw_enforced || !sw_enforced) return KM_ERROR_OUTPUT_PARAMETER_NULL; in ImportKey()
141 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
/system/keymaster/include/keymaster/km_openssl/
Dec_key_factory.h46 KeymasterKeyBlob* output_key_blob, //
55 KeymasterKeyBlob* output_key_blob, //
Drsa_key_factory.h44 KeymasterKeyBlob* output_key_blob,
Dsymmetric_key.h47 KeymasterKeyBlob* output_key_blob,
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h90 KeymasterKeyBlob* output_key_blob, // in ImportKey() argument
96 std::move(attest_key), issuer_subject, output_key_blob, hw_enforced, sw_enforced, in ImportKey()
101 std::move(attest_key), issuer_subject, output_key_blob, hw_enforced, sw_enforced, in ImportKey()
Dkeymaster_passthrough_key.h59 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() argument
63 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Dkeymaster_passthrough_engine.h50 KeymasterKeyBlob* output_key_blob,
Dec_keymaster1_key.h59 KeymasterKeyBlob* output_key_blob, //
Drsa_keymaster1_key.h59 KeymasterKeyBlob* output_key_blob,
Dkeymaster1_engine.h51 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
/system/keymaster/include/keymaster/
Dkey_factory.h52 KeymasterKeyBlob* output_key_blob,