| /system/keymaster/legacy_support/ |
| D | keymaster_passthrough_engine.cpp | 93 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()
|
| D | ec_keymaster1_key.cpp | 93 KeymasterKeyBlob* output_key_blob, // in ImportKey() argument 100 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
|
| D | rsa_keymaster1_key.cpp | 104 KeymasterKeyBlob* output_key_blob, // in ImportKey() argument 111 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
|
| D | keymaster1_engine.cpp | 97 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/ |
| D | symmetric_key.cpp | 71 KeymasterKeyBlob* output_key_blob, in ImportKey() argument 75 if (!output_key_blob || !hw_enforced || !sw_enforced) return KM_ERROR_OUTPUT_PARAMETER_NULL; in ImportKey() 98 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
|
| D | ec_key_factory.cpp | 207 KeymasterKeyBlob* output_key_blob, in ImportKey() argument 213 issuer_subject, output_key_blob, hw_enforced, sw_enforced, cert_chain); in ImportKey() 216 if (!output_key_blob || !hw_enforced || !sw_enforced) return KM_ERROR_OUTPUT_PARAMETER_NULL; in ImportKey() 225 output_key_blob, hw_enforced, sw_enforced); in ImportKey() 289 KeymasterKeyBlob* output_key_blob, in ImportRawKey() argument 293 if (!output_key_blob || !hw_enforced || !sw_enforced) return KM_ERROR_OUTPUT_PARAMETER_NULL; in ImportRawKey() 345 output_key_blob, hw_enforced, sw_enforced); in ImportRawKey()
|
| D | rsa_key_factory.cpp | 126 KeymasterKeyBlob* output_key_blob, in ImportKey() argument 130 if (!output_key_blob || !hw_enforced || !sw_enforced) return KM_ERROR_OUTPUT_PARAMETER_NULL; in ImportKey() 140 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
|
| /system/keymaster/include/keymaster/km_openssl/ |
| D | ec_key_factory.h | 46 KeymasterKeyBlob* output_key_blob, // 55 KeymasterKeyBlob* output_key_blob, //
|
| D | rsa_key_factory.h | 44 KeymasterKeyBlob* output_key_blob,
|
| D | symmetric_key.h | 47 KeymasterKeyBlob* output_key_blob,
|
| /system/keymaster/include/keymaster/legacy_support/ |
| D | keymaster1_legacy_support.h | 90 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()
|
| D | keymaster_passthrough_key.h | 59 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey() argument 63 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
|
| D | keymaster_passthrough_engine.h | 50 KeymasterKeyBlob* output_key_blob,
|
| D | ec_keymaster1_key.h | 59 KeymasterKeyBlob* output_key_blob, //
|
| D | rsa_keymaster1_key.h | 59 KeymasterKeyBlob* output_key_blob,
|
| D | keymaster1_engine.h | 51 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
|
| /system/keymaster/include/keymaster/ |
| D | key_factory.h | 52 KeymasterKeyBlob* output_key_blob,
|