Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dnist_kw.c195 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in mbedtls_nist_kw_wrap() local
294 memcpy( A, outbuff, KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_wrap()
313 mbedtls_platform_zeroize( outbuff, KW_SEMIBLOCK_LENGTH * 2 ); in mbedtls_nist_kw_wrap()
335 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in unwrap() local
357 inbuff, 16, outbuff, &olen ); in unwrap()
361 memcpy( A, outbuff, KW_SEMIBLOCK_LENGTH ); in unwrap()
378 mbedtls_platform_zeroize( outbuff, sizeof( outbuff ) ); in unwrap()
452 unsigned char outbuff[KW_SEMIBLOCK_LENGTH * 2]; in mbedtls_nist_kw_unwrap() local
454 input, 16, outbuff, &olen ); in mbedtls_nist_kw_unwrap()
458 memcpy( A, outbuff, KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_unwrap()
[all …]

Completed in 3 milliseconds