Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/library/
A Dnist_kw.c135 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in mbedtls_nist_kw_wrap() local
219 inbuff, 16, outbuff, &olen); in mbedtls_nist_kw_wrap()
224 memcpy(A, outbuff, KW_SEMIBLOCK_LENGTH); in mbedtls_nist_kw_wrap()
243 mbedtls_platform_zeroize(outbuff, KW_SEMIBLOCK_LENGTH * 2); in mbedtls_nist_kw_wrap()
265 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in unwrap() local
286 inbuff, 16, outbuff, &olen); in unwrap()
291 memcpy(A, outbuff, KW_SEMIBLOCK_LENGTH); in unwrap()
310 mbedtls_platform_zeroize(outbuff, sizeof(outbuff)); in unwrap()
377 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in mbedtls_nist_kw_unwrap() local
384 memcpy(A, outbuff, KW_SEMIBLOCK_LENGTH); in mbedtls_nist_kw_unwrap()
[all …]

Completed in 609 milliseconds