Home
last modified time | relevance | path

Searched refs:aidl_to_rust_aes_cipher_params (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dhelpers.rs79 pub(crate) fn aidl_to_rust_aes_cipher_params( in aidl_to_rust_aes_cipher_params() function
Dcrypto_operation.rs334 let mode = helpers::aidl_to_rust_aes_cipher_params(parameters, &opaque_key)?; in new()