Searched refs:inbuff (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | nist_kw.c | 196 unsigned char inbuff[KW_SEMIBLOCK_LENGTH * 2]; in mbedtls_nist_kw_wrap() local 266 memcpy( inbuff, output, 16 ); in mbedtls_nist_kw_wrap() 268 inbuff, 16, output, &olen ); in mbedtls_nist_kw_wrap() 286 memcpy( inbuff, A, KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_wrap() 290 inbuff, 16, outbuff, &olen ); in mbedtls_nist_kw_wrap() 312 mbedtls_platform_zeroize( inbuff, KW_SEMIBLOCK_LENGTH * 2 ); in mbedtls_nist_kw_wrap() 336 unsigned char inbuff[KW_SEMIBLOCK_LENGTH * 2]; in unwrap() local 353 memcpy( inbuff, A, KW_SEMIBLOCK_LENGTH ); in unwrap() 354 memcpy( inbuff + KW_SEMIBLOCK_LENGTH, R, KW_SEMIBLOCK_LENGTH ); in unwrap() 357 inbuff, 16, outbuff, &olen ); in unwrap() [all …]
|
Completed in 3 milliseconds