Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_mac.h25 static inline TEE_Result drvcrypt_register_hmac(drvcrypt_mac_allocate allocate) in drvcrypt_register_hmac() argument
27 return drvcrypt_register(CRYPTO_HMAC, (void *)allocate); in drvcrypt_register_hmac()
35 static inline TEE_Result drvcrypt_register_cmac(drvcrypt_mac_allocate allocate) in drvcrypt_register_cmac() argument
37 return drvcrypt_register(CRYPTO_CMAC, (void *)allocate); in drvcrypt_register_cmac()
A Ddrvcrypt_hash.h25 static inline TEE_Result drvcrypt_register_hash(hw_hash_allocate allocate) in drvcrypt_register_hash() argument
27 return drvcrypt_register(CRYPTO_HASH, (void *)allocate); in drvcrypt_register_hash()
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.doc10 the time needed to allocate and release buffers and in the memory
67 this generally means that BGET should be used to allocate storage within
94 the buffer pool area in RAM, then allocate buffers with bget() and
107 low-level memory allocator. Then allocate buffers with bget(), bgetz(),
126 defined with bectl(), you simply use bget() and brel() to allocate and
177 returned, or NULL if insufficient memory was available to allocate the
184 available to allocate the buffer.
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog2669 allocate memory. Only used for certificate generation, not triggerable

Completed in 10 milliseconds