Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dnist_kw.c151 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in mbedtls_nist_kw_wrap() local
292 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in unwrap() local
410 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in mbedtls_nist_kw_unwrap() local
/third_party/lz4/examples/
DframeCompress.c162 void* const outbuff = malloc(outbufCapacity); in compress_file() local