Searched refs:decrypt_param_size (Results 1 – 1 of 1) sorted by relevance
36 size_t decrypt_param_size, encrypt_param_size; in test_invoke() local126 rc = Tss2_Sys_GetDecryptParam(sapi_context, &decrypt_param_size, &decrypt_param_ptr); in test_invoke()132 if (decrypt_param_size != TEST_DATA_LEN) { in test_invoke()134 LOG_ERROR("Invalid decrypt_param_size %d", (int)decrypt_param_size); in test_invoke()