Searched refs:allocate (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt_mac.h | 25 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()
|
| H A D | drvcrypt_hash.h | 25 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/lib/libutils/isoc/ |
| H A D | bget.doc | 10 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/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 622 * Use heap memory to allocate DER encoded public/private key. 949 * Use heap memory to allocate DER encoded RSA private key. 1647 * In mbedtls_pk_parse_key(), if no password is provided, don't allocate a 4558 allocate memory. Only used for certificate generation, not triggerable
|