Searched refs:IncompatiblePurpose (Results 1 – 4 of 4) sorted by relevance
/system/keymint/common/src/ |
D | tag.rs | 466 IncompatiblePurpose, in check_rsa_params() 485 IncompatiblePurpose, in check_ec_gen_params() 505 .ok_or_else(|| km_err!(IncompatiblePurpose, "no purpose found for key!")) in primary_purpose() 538 IncompatiblePurpose, in check_ec_import_params() 546 return Err(km_err!(IncompatiblePurpose, "can't use XDH key for signing")); in check_ec_import_params() 656 IncompatiblePurpose, in check_ec_params() 664 IncompatiblePurpose, in check_ec_params() 961 IncompatiblePurpose, in check_begin_params() 1312 return Err(km_err!(IncompatiblePurpose, "no wrap key purpose for the wrapping key")); in check_rsa_wrapping_key_params()
|
D | keyblob.rs | 307 Err(km_err!(IncompatiblePurpose, "purpose {:?} not supported by keyblob", purpose)) in suitable_for()
|
/system/keymint/ta/src/ |
D | operation.rs | 240 IncompatiblePurpose, in begin_operation() 298 IncompatiblePurpose, in begin_operation() 358 IncompatiblePurpose, in begin_operation() 384 IncompatiblePurpose, in begin_operation() 406 IncompatiblePurpose, in begin_operation()
|
/system/keymint/wire/src/ |
D | keymint.rs | 172 IncompatiblePurpose = -3, enumerator
|