Searched defs:AlgorithmId (Results 1 – 2 of 2) sorted by relevance
| /optee_rust/optee-utee/src/ |
| A D | crypto_op.rs | 179 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 D | main.rs | 95 pub fn ta2tee_algo_id(algo_id: u32) -> Result<AlgorithmId> { in ta2tee_algo_id()
|
Completed in 9 milliseconds