Searched refs:inbuff (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/3rdparty/mbedtls/ |
H A D | nist_kw.c | 221 unsigned char inbuff[KW_SEMIBLOCK_LENGTH * 2]; in mbedtls_nist_kw_wrap() local 289 memcpy( inbuff, output, 16 ); in mbedtls_nist_kw_wrap() 291 inbuff, 16, output, &olen ); in mbedtls_nist_kw_wrap() 312 memcpy( inbuff, A, KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_wrap() 316 inbuff, 16, outbuff, &olen ); in mbedtls_nist_kw_wrap() 338 mbedtls_platform_zeroize( inbuff, KW_SEMIBLOCK_LENGTH * 2 ); in mbedtls_nist_kw_wrap() 362 unsigned char inbuff[KW_SEMIBLOCK_LENGTH * 2]; in unwrap() local 380 memcpy( inbuff, A, KW_SEMIBLOCK_LENGTH ); in unwrap() 381 memcpy( inbuff + KW_SEMIBLOCK_LENGTH, R, KW_SEMIBLOCK_LENGTH ); in unwrap() 384 inbuff, 16, outbuff, &olen ); in unwrap() [all …]
|