Home
last modified time | relevance | path

Searched defs:CryptoOperation (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_operations.rs164 let CryptoOperation::DataOutput(OperationData::DataBuffer(encrypted_data)) = in aes_simple_test_from_binder() localVariable
181 let CryptoOperation::DataOutput(OperationData::DataBuffer(encrypted_data)) = in aes_simple_test_from_binder() localVariable
207 let CryptoOperation::DataOutput(OperationData::DataBuffer(decrypted_data)) = in aes_simple_test_from_binder() localVariable
245 let CryptoOperation::DataOutput(OperationData::DataBuffer(mac)) = in hmac_simple_test_from_binder() localVariable
270 let CryptoOperation::DataOutput(OperationData::DataBuffer(mac2)) = in hmac_simple_test_from_binder() localVariable
Dcmd_processing.rs724 operations: &mut [CryptoOperation], in process_all_steps()
1366 let CryptoOperation::DataOutput(OperationData::DataBuffer(output)) = &cmd_list[0] else { in simple_copy_operation_on_initial_state() localVariable
1395 let CryptoOperation::DataOutput(OperationData::DataBuffer(output)) = &cmd_list[0] else { in simple_copy_opeartion_on_initial_state_buffer_reference_input() localVariable
1404 let CryptoOperation::DataOutput(OperationData::DataBuffer(output)) = &cmd_list[0] else { in simple_copy_opeartion_on_initial_state_buffer_reference_input() localVariable
1441 let CryptoOperation::DataOutput(OperationData::DataBuffer(encrypted_data)) = in aes_simple_test() localVariable
1464 let CryptoOperation::DataOutput(OperationData::DataBuffer(decrypted_data)) = in aes_simple_test() localVariable
1786 let CryptoOperation::DataOutput(OperationData::DataBuffer(encrypted_data)) = in aes_simple_cbcs_test() localVariable
1822 let CryptoOperation::DataOutput(OperationData::DataBuffer(decrypted_data)) = in aes_simple_cbcs_test() localVariable
1935 let CryptoOperation::DataOutput(OperationData::DataBuffer(encrypted_data)) = in aes_simple_all_encrypted_cbcs_test() localVariable
1967 let CryptoOperation::DataOutput(OperationData::DataBuffer(encrypted_data1)) = in aes_simple_all_encrypted_cbcs_test() localVariable
[all …]
Dhwcrypto_device_key.rs496 let CryptoOperation::DataOutput(OperationData::DataBuffer(encrypted_data)) = in import_clear_aes_key() localVariable
522 let CryptoOperation::DataOutput(OperationData::DataBuffer(decrypted_data)) = in import_clear_aes_key() localVariable
569 let CryptoOperation::DataOutput(OperationData::DataBuffer(mac)) = in import_clear_hmac_key() localVariable
719 let CryptoOperation::DataOutput(OperationData::DataBuffer(encrypted_data)) = in create_key_tokens() localVariable
752 let CryptoOperation::DataOutput(OperationData::DataBuffer(decrypted_data)) = in create_key_tokens() localVariable
Dcrypto_operation_context.rs65 operations: &mut [CryptoOperation], in process_all_steps()
/aosp_15_r20/trusty/user/app/sample/hwcryptokey-test/
Daes_vectors.rs328 let CryptoOperation::DataOutput(OperationData::DataBuffer(processed_data)) = in run_aes_vectors() localVariable
Dversioned_keys_opaque.rs108 let CryptoOperation::DataOutput(OperationData::DataBuffer(result)) = in do_cipher() localVariable
/aosp_15_r20/external/python/rsa/rsa/
Dcli.py88 class CryptoOperation(metaclass=abc.ABCMeta): class
/aosp_15_r20/system/keymint/ta/src/
H A Doperation.rs43 pub(crate) enum CryptoOperation { enum