Lines Matching refs:okm
16 unsigned char okm[128] = { '\0' };
21 TEST_ASSERT( expected_okm->len <= sizeof( okm ) );
24 info->x, info->len, okm, expected_okm->len );
27 ASSERT_COMPARE( okm , expected_okm->len,
74 unsigned char *okm = NULL;
85 okm = mbedtls_test_unhexify_alloc( hex_okm_string, &okm_len );
92 ASSERT_COMPARE( output_okm, okm_len, okm, okm_len );
97 mbedtls_free(okm);
135 unsigned char *okm = NULL;
149 okm = mbedtls_calloc( okm_len, 1 );
152 info, info_len, okm, okm_len );
157 mbedtls_free(okm);