Home
last modified time | relevance | path

Searched defs:min_len (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c810 const size_t min_len = sizeof(struct bhead) + sizeof(struct bfhead); in raw_malloc_add_pool() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c2039 const size_t min_len = (max_len > 256) ? max_len - 256 : 0; in mbedtls_ssl_decrypt_buf() local