Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dec_keymaster0_key.cpp70 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
72 if (!output_key_blob || !hw_enforced || !sw_enforced) in ImportKey()
77 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
97 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Dkeymaster_passthrough_engine.cpp92 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
261 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
264 assert(output_key_blob); in ImportKey()
277 *output_key_blob = KeymasterKeyBlob(blob); in ImportKey()
290 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
293 assert(output_key_blob); in ImportKey()
306 output_key_blob->key_material = dup_buffer(blob.key_material, blob.key_material_size); in ImportKey()
307 output_key_blob->key_material_size = blob.key_material_size; in ImportKey()
Drsa_keymaster0_key.cpp72 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
74 if (!output_key_blob || !hw_enforced || !sw_enforced) in ImportKey()
98 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Dec_keymaster1_key.cpp84 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
89 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Drsa_keymaster1_key.cpp93 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
98 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Dkeymaster1_engine.cpp101 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
104 assert(output_key_blob); in ImportKey()
116 output_key_blob->key_material = dup_buffer(blob.key_material, blob.key_material_size); in ImportKey()
117 output_key_blob->key_material_size = blob.key_material_size; in ImportKey()
/system/keymaster/km_openssl/
Dsymmetric_key.cpp67 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
70 if (!output_key_blob || !hw_enforced || !sw_enforced) in ImportKey()
94 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Drsa_key_factory.cpp106 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
109 if (!output_key_blob || !hw_enforced || !sw_enforced) in ImportKey()
121 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Dec_key_factory.cpp130 KeymasterKeyBlob* output_key_blob, in ImportKey() argument
133 if (!output_key_blob || !hw_enforced || !sw_enforced) in ImportKey()
144 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h86 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() argument
90 input_key_material, output_key_blob, in ImportKey()
94 input_key_material, output_key_blob, in ImportKey()
Dkeymaster_passthrough_key.h52 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() argument
55 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
Drsa_keymaster0_key.h47 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
Dec_keymaster0_key.h47 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
Dec_keymaster1_key.h51 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
Dkeymaster_passthrough_engine.h50 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
Drsa_keymaster1_key.h52 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
Dkeymaster1_engine.h53 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
/system/keymaster/include/keymaster/
Dkey_factory.h47 KeymasterKeyBlob* output_key_blob,
/system/keymaster/include/keymaster/km_openssl/
Drsa_key_factory.h40 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
Dec_key_factory.h43 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
Dsymmetric_key.h43 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,