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.rs179 fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate()
653 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate()
896 pub fn allocate(algo: AlgorithmId, max_key_size: usize) -> Result<Self> { in allocate()
1179 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate()
1438 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate()
1554 pub fn allocate(algo: AlgorithmId, max_key_size: usize) -> Result<Self> { in allocate()
1618 pub enum AlgorithmId { enum
/optee_rust/examples/aes-rs/ta/src/
A Dmain.rs95 pub fn ta2tee_algo_id(algo_id: u32) -> Result<AlgorithmId> { in ta2tee_algo_id()

Completed in 11 milliseconds