Home
last modified time | relevance | path

Searched defs:allocate (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() method
374 pub fn allocate(algo: AlgorithmId) -> Result<Self> { in allocate() method
649 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate() method
892 pub fn allocate(algo: AlgorithmId, max_key_size: usize) -> Result<Self> { in allocate() method
1175 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate() method
1434 pub fn allocate(algo: AlgorithmId, mode: OperationMode, max_key_size: usize) -> Result<Self> { in allocate() method
1550 pub fn allocate(algo: AlgorithmId, max_key_size: usize) -> Result<Self> { in allocate() method
A Dobject.rs528 pub fn allocate(object_type: TransientObjectType, max_object_size: usize) -> Result<Self> { in allocate() method
1373 pub fn allocate() -> Result<Self> { in allocate() method

Completed in 8 milliseconds