Searched defs:crypto_op_set (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | hwcrypto_operations.rs | 155 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
|
D | hwcrypto_device_key.rs | 487 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/ |
D | aes_vectors.rs | 311 let crypto_op_set = in run_aes_vectors() localVariable
|
D | versioned_keys_opaque.rs | 96 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in do_cipher() localVariable
|