Home
last modified time | relevance | path

Searched defs:crypto_op_set (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_operations.rs155 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in aes_simple_test_from_binder() localVariable
175 let crypto_op_set = CryptoOperationSet { context, operations: cmd_list }; in aes_simple_test_from_binder() localVariable
200 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in aes_simple_test_from_binder() localVariable
236 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in hmac_simple_test_from_binder() localVariable
261 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in hmac_simple_test_from_binder() localVariable
Dhwcrypto_device_key.rs487 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in import_clear_aes_key() localVariable
515 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in import_clear_aes_key() localVariable
560 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in import_clear_hmac_key() localVariable
710 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in create_key_tokens() localVariable
745 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in create_key_tokens() localVariable
/aosp_15_r20/trusty/user/app/sample/hwcryptokey-test/
Daes_vectors.rs311 let crypto_op_set = in run_aes_vectors() localVariable
Dversioned_keys_opaque.rs96 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in do_cipher() localVariable