Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_aes_key.cpp56 KeymasterKeyBlob* output_key_blob, in CreateHwStorageKeyBlob() argument
65 if (!output_key_blob || !hw_enforced || !sw_enforced) { in CreateHwStorageKeyBlob()
129 hwwsk_key_blob, output_key_blob, in CreateHwStorageKeyBlob()
137 KeymasterKeyBlob* output_key_blob, in GenerateKey() argument
146 output_key_blob, hw_enforced, in GenerateKey()
155 {} /* issuer_subject */, output_key_blob, in GenerateKey()
165 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
177 output_key_blob, hw_enforced, in ImportKey()
187 output_key_blob, hw_enforced, sw_enforced, cert_chain); in ImportKey()
Dtrusty_aes_key.h49 KeymasterKeyBlob* output_key_blob,
67 KeymasterKeyBlob* output_key_blob,
/aosp_15_r20/system/keymaster/legacy_support/
H A 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()
H A 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()
H A Dec_keymaster1_key.cpp93 KeymasterKeyBlob* output_key_blob, // in ImportKey() argument
100 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
H A Drsa_keymaster1_key.cpp104 KeymasterKeyBlob* output_key_blob, // in ImportKey() argument
111 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
/aosp_15_r20/system/keymaster/km_openssl/
H A 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()
H A 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()
H A 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()
/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/
H A 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()
H A Dkeymaster_passthrough_key.h59 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() argument
63 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
H A Dkeymaster_passthrough_engine.h50 KeymasterKeyBlob* output_key_blob,
H A Dec_keymaster1_key.h59 KeymasterKeyBlob* output_key_blob, //
H A Drsa_keymaster1_key.h59 KeymasterKeyBlob* output_key_blob,
H A Dkeymaster1_engine.h51 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/
H A Dec_key_factory.h46 KeymasterKeyBlob* output_key_blob, //
55 KeymasterKeyBlob* output_key_blob, //
H A Drsa_key_factory.h44 KeymasterKeyBlob* output_key_blob,
H A Dsymmetric_key.h47 KeymasterKeyBlob* output_key_blob,
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dkey_factory.h52 KeymasterKeyBlob* output_key_blob,