Searched refs:semiblocks (Results 1 – 1 of 1) sorted by relevance
216 size_t semiblocks = 0; in mbedtls_nist_kw_wrap() local284 s = 6 * ( semiblocks - 1 ); in mbedtls_nist_kw_wrap()303 if( semiblocks < MIN_SEMIBLOCKS_COUNT ) in mbedtls_nist_kw_wrap()330 *out_len = semiblocks * KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap()336 memset( output, 0, semiblocks * KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_wrap()353 const unsigned char *input, size_t semiblocks, in unwrap() argument358 const size_t s = 6 * ( semiblocks - 1 ); in unwrap()366 if( semiblocks < MIN_SEMIBLOCKS_COUNT ) in unwrap()373 R = output + ( semiblocks - 2 ) * KW_SEMIBLOCK_LENGTH; in unwrap()394 R = output + ( semiblocks - 2 ) * KW_SEMIBLOCK_LENGTH; in unwrap()[all …]