Searched refs:key_auths (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore/ |
D | keystore.cpp | 2506 keymaster::AuthorizationSet key_auths(characteristics->hw_enforced); in begin() local 2507 key_auths.push_back(characteristics->sw_enforced); in begin() 2509 err = enforcement_policy.AuthorizeOperation(purpose, keyid, key_auths, operation_params, in begin() 2592 keymaster::AuthorizationSet key_auths(characteristics->hw_enforced); in update() local 2593 key_auths.push_back(characteristics->sw_enforced); in update() 2596 enforcement_policy.AuthorizeOperation(purpose, keyid, key_auths, in update() 2656 keymaster::AuthorizationSet key_auths(characteristics->hw_enforced); in finish() local 2657 key_auths.push_back(characteristics->sw_enforced); in finish() 2659 err = enforcement_policy.AuthorizeOperation(purpose, keyid, key_auths, operation_params, in finish()
|