Home
last modified time | relevance | path

Searched defs:AlgorithmId (Results 1 – 2 of 2) sorted by relevance

/optee_rust/optee-utee/src/
A Dcrypto_op.rs175 fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate()
649 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate()
892 pub fn allocate(algo: AlgorithmId, max_key_size: usize) -> Result<Self> { in allocate()
1175 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate()
1434 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate()
1550 pub fn allocate(algo: AlgorithmId, max_key_size: usize) -> Result<Self> { in allocate()
1614 pub enum AlgorithmId { enum
/optee_rust/examples/aes-rs/ta/src/
A Dmain.rs90 pub fn ta2tee_algo_id(algo_id: u32) -> Result<AlgorithmId> { in ta2tee_algo_id()

Completed in 6 milliseconds