/aosp_15_r20/trusty/user/app/keymaster/ |
D | trusty_aes_key.cpp | 56 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()
|
D | trusty_aes_key.h | 49 KeymasterKeyBlob* output_key_blob, 67 KeymasterKeyBlob* output_key_blob,
|
/aosp_15_r20/system/keymaster/legacy_support/ |
H A 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()
|
H A 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()
|
H A D | ec_keymaster1_key.cpp | 93 KeymasterKeyBlob* output_key_blob, // in ImportKey() argument 100 output_key_blob, hw_enforced, sw_enforced); in ImportKey()
|
H A D | rsa_keymaster1_key.cpp | 104 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 D | ec_key_factory.cpp | 208 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 D | symmetric_key.cpp | 72 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 D | rsa_key_factory.cpp | 127 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 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()
|
H A 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()
|
H A D | keymaster_passthrough_engine.h | 50 KeymasterKeyBlob* output_key_blob,
|
H A D | ec_keymaster1_key.h | 59 KeymasterKeyBlob* output_key_blob, //
|
H A D | rsa_keymaster1_key.h | 59 KeymasterKeyBlob* output_key_blob,
|
H A D | keymaster1_engine.h | 51 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced,
|
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/ |
H A D | ec_key_factory.h | 46 KeymasterKeyBlob* output_key_blob, // 55 KeymasterKeyBlob* output_key_blob, //
|
H A D | rsa_key_factory.h | 44 KeymasterKeyBlob* output_key_blob,
|
H A D | symmetric_key.h | 47 KeymasterKeyBlob* output_key_blob,
|
/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | key_factory.h | 52 KeymasterKeyBlob* output_key_blob,
|