Home
last modified time | relevance | path

Searched refs:wrapping_key_params (Results 1 – 8 of 8) sorted by relevance

/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp495 auto wrapping_key_params = AuthorizationSetBuilder() in UnwrapKey() local
501 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &key); in UnwrapKey()
515 operation_factory->CreateOperation(std::move(*key), wrapping_key_params, &error)); in UnwrapKey()
518 error = operation->Begin(wrapping_key_params, &out_params); in UnwrapKey()
527 error = operation->Finish(wrapping_key_params, input, Buffer() /* signature */, &out_params, in UnwrapKey()
/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h120 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
Dkeymaster1_passthrough_context.h132 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
Dsoft_keymaster_context.h92 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
Dpure_soft_keymaster_context.h119 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
/system/security/keystore2/tests/
Dkeystore2_client_import_keys_tests.rs537 let wrapping_key_params = authorizations::AuthSetBuilder::new() in keystore2_import_wrapped_key_success() localVariable
556 wrapping_key_params, in keystore2_import_wrapped_key_success()
577 let wrapping_key_params = authorizations::AuthSetBuilder::new() in keystore2_import_wrapped_key_fails_with_wrong_purpose() localVariable
596 wrapping_key_params, in keystore2_import_wrapped_key_fails_with_wrong_purpose()
/system/keymaster/include/keymaster/
Dkeymaster_context.h191 const AuthorizationSet& wrapping_key_params, const KeymasterKeyBlob& masking_key,
/system/security/keystore2/test_utils/
Dkey_generations.rs1189 let wrapping_key_params = AuthSetBuilder::new() in import_wrapping_key() localVariable
1205 &wrapping_key_params, in import_wrapping_key()
1244 wrapping_key_params: AuthSetBuilder, in import_wrapping_key_and_wrapped_key()
1249 &wrapping_key_params, in import_wrapping_key_and_wrapped_key()